Docs update (#61)

* Improve sphinx documentation

* update faq formatting

* fix setup doc

* fix docs according to the generated htmls
This commit is contained in:
2022-05-05 20:24:24 +03:00
committed by Evgeniy Alekseev
parent 720edc24ba
commit 2dac5a2520
88 changed files with 1850 additions and 1829 deletions

View File

@ -37,14 +37,14 @@ setenv =
commands =
argparse-manpage --module ahriman.application.ahriman --function _parser --author "ahriman team" --project-name ahriman --author-email "" --url https://github.com/arcan1s/ahriman --output ../docs/ahriman.1
pydeps ahriman -o ../docs/ahriman-architecture.svg --no-config --no-show --cluster
sphinx-apidoc --force --private -o ../docs/source .
sphinx-apidoc -o ../docs .
[testenv:docs-html]
deps =
{[tox]dependencies}
-e .[docs]
commands =
sphinx-build -b html -a -j auto docs/source docs/html
sphinx-build -b html -a -j auto docs docs/html
[testenv:tests]
deps =