From fbe9e1f10907f0c13d963f2acef75e791a111f58 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Sat, 21 Feb 2026 21:47:34 +0530 Subject: [PATCH] Flatten MkDocs output structure, enforce root index.md, and add --module-is-source to produce deployable standalone static documentation sites without nested path issues. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c72278d..75255cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "doc-forge" -version = "0.0.4" +version = "0.0.5" description = "A renderer-agnostic Python documentation compiler" readme = "README.md" requires-python = ">=3.10"