Closed simmsa closed 3 months ago
The size of some .doctree and .pickle files generated during the build process are getting large enough to yield a warning when pushing:
.doctree
.pickle
Per https://stackoverflow.com/questions/33904042/is-doctrees-folder-required-for-displaying-html-docs-with-sphinx the doctree folder is created during the build process and is not necessary to store in the git history.
doctree
Can we remove docs/doctree and docs/.doctree (~4 yrs old) and add doctree folders to .gitignore?
docs/doctree
docs/.doctree
.gitignore
Fixed in #73
The size of some
.doctree
and.pickle
files generated during the build process are getting large enough to yield a warning when pushing:Per https://stackoverflow.com/questions/33904042/is-doctrees-folder-required-for-displaying-html-docs-with-sphinx the
doctree
folder is created during the build process and is not necessary to store in the git history.Can we remove
docs/doctree
anddocs/.doctree
(~4 yrs old) and add doctree folders to.gitignore
?