Sphinx produces .doctree pickles that can be over 17MB with the
current documentation. Remove them when running "make clean" in
src/doc so that they don't pollute distribution tar files.
ticket: 7461 (new)
target_version: 1.11
tags: pullup
clean::
rm -rf doxy rst_apiref rst_composite rst_notice html_subst \
- Doxyfile paths.py $(docsrc)/version.py notice.txt
+ Doxyfile paths.py $(docsrc)/version.py notice.txt \
+ $(docsrc)/html/.doctrees $(docsrc)/pdf/.doctrees