aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-12-09 20:52:54 +0400
committerGravatar Hassan Abouelela <[email protected]>2021-12-13 18:49:38 +0400
commit1b098fc6dc0bbd6b5715f63b6f68e876cf1b45ed (patch)
tree878c7557d7cfcb78d9ae0754a07f82ea45f4f449 /pyproject.toml
parentAdd InterSphinx Extension (diff)
Modify Autodoc Formatting
Changes the style of the reformatted autodoc files to look nicer with submodules.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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"