Commit Graph

5 Commits

Author SHA1 Message Date
Max Hilbrunner
d9e0d8386e Add tools definition for RTD 2023-05-05 15:28:02 +02:00
Max Hilbrunner
1564341fca RTD: Change OS image to Ubuntu 22.04
This should hopefully fix build errors due to a recent OpenSSL change in urllib3
2023-05-05 15:21:10 +02: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