5 Commits

Author SHA1 Message Date
Max Hilbrunner
3829c4e0ad Downgrade Python to 3.9 2024-01-17 00:00:40 +01:00
Max Hilbrunner
b11f7c2f46 Update RTD config 2024-01-16 23:56:15 +01:00
Rémi Verschelde
3411e03ed9 RTD: Migrate config file to v2 2020-08-11 14:55:27 +02:00
Rémi Verschelde
370022acf4 RTD: Also disable PDF builds on each commits
Latex builds for PDF also seem to make us reach the build memory
threshold...
2018-06-06 15:04:32 +02:00
Rémi Verschelde
ae7277c1e4 Add .readthedocs.yml file to disable htmlzip and epub builds
Reference: https://docs.readthedocs.io/en/latest/yaml-config.html

`htmlzip` target is too heavy and slows down build a lot (or makes it timeout),
so disabling for now. We could reenable it if an option is given for a non
`singlehtml` target, see https://github.com/rtfd/readthedocs.org/issues/4190.

Also disabling `epub` target for now, as it also makes builds slower and we
iterate too fast on the master branch for it to be meaningful.
We could eventually build ePub versions manually once a month or so and upload
those somewhere if there's demand for it.
2018-06-06 10:21:28 +02:00