Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(rtd): build only html and htmlzip, disable pdf and epub (#2206)
The RTD builds have stopped working for a few weeks now, with a fatal error due to insufficient memory on the worker node. Troubleshooting docs suggests to reduce the number of output formats. This PR disables the following output formats. - PDF. For flopy 3.6.0, this document is 2145 pages in US Letter page size (hopefully never printed). Is this document ever read or checked? For example, pages 733 to 753 simply lists numbers 1 to 1000. - EPUB is an e-book file format. Is this document ever read or checked? This PR keeps the following output formats: - HTML is always built, and is the primary document most people use. - Downloadable HTML ("htmlzip"). For flopy 3.6.0, this archive is 47 MB, which is expected. It is plausible this version of docs may need to be downloaded for "offline use" or for archiving, so I feel it is appropriate to keep this format option.
- Loading branch information