fix docs according to the generated htmls

This commit is contained in:
2022-05-05 20:08:02 +03:00
parent 6671e61120
commit a5a7432c62
17 changed files with 3787 additions and 4715 deletions

View File

@ -42,8 +42,8 @@ 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
rm -f docs/modules.rst
tox -e docs
spec-html: spec