MHKiT-Software / MHKiT

MHKiT Documentation
https://MHKiT-Software.github.io/MHKiT/
4 stars 14 forks source link

Large `doctree` files are causing a warning on `git push` #74

Closed simmsa closed 3 months ago

simmsa commented 4 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:

Screenshot 2024-08-01 at 11 45 01 AM

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 and docs/.doctree (~4 yrs old) and add doctree folders to .gitignore?

simmsa commented 3 months ago

Fixed in #73