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:
parent
db4c30e311
commit
46e383d546
@ -267,7 +267,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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user