diff options
author | 2021-12-09 20:52:54 +0400 | |
---|---|---|
committer | 2021-12-13 18:49:38 +0400 | |
commit | 1b098fc6dc0bbd6b5715f63b6f68e876cf1b45ed (patch) | |
tree | 878c7557d7cfcb78d9ae0754a07f82ea45f4f449 /pyproject.toml | |
parent | Add 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.toml | 2 |
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" |