Remove doctree pickles

This commit removes hidden doctree folder which serves as a cache for
Sphinx when documentation is build. It's useless for user and creates
rpmlint warning hidden-file-or-dir.
This commit is contained in:
Tomas Hrnciar 2020-04-14 16:16:09 +02:00
parent c7003b76d9
commit 20e111c7d9
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ export PYTHONPATH=./src/
# from tox.ini
sphinx-build-3 -b html docs/html docs/build/html
sphinx-build-3 -b man docs/man docs/build/man -c docs/html
rm docs/build/html/.buildinfo
rm -rf docs/build/html/{.doctrees,.buildinfo}
%endif