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

@ -42,8 +42,7 @@ push: spec archlinux
spec:
# make sure that old files are removed
find docs/source -type f -name "$(PROJECT)*.rst" -delete
rm -f docs/source/modules.rst
find docs -type f -name "$(PROJECT)*.rst" -delete
tox -e docs
spec-html: spec