From 1b098fc6dc0bbd6b5715f63b6f68e876cf1b45ed Mon Sep 17 00:00:00 2001 From: Hassan Abouelela Date: Thu, 9 Dec 2021 20:52:54 +0400 Subject: Modify Autodoc Formatting Changes the style of the reformatted autodoc files to look nicer with submodules. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index c0a57862..59ce321b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ furo = "^2021.11.23" [tool.taskipy.tasks] lint = "pre-commit run --all-files" precommit = "pre-commit install" -apidoc = "sphinx-apidoc -o docs/output botcore -fe" +apidoc = "sphinx-apidoc -o docs/output botcore -feM" builddoc = "sphinx-build -nW -j auto -b html docs docs/build" docs = "task apidoc && task builddoc" -- cgit v1.2.3