4 Commits
Author SHA1 Message Date
Rémi Verschelde 6a3989474a Update .readthedocs.yml config to disable PDF and EPUB builds
(cherry picked from commit 122f3c7b62)
2021-05-06 16:48:48 +02:00
Rémi Verschelde 7df2db1725 Reenable PDF and EPUB builds for stable doc
They were disabled on master as they make builds way too long,
but for the stable branch they make sense, as it is synced manually.

(cherry picked from commit 763f6a9555)
2019-03-27 14:30:02 +01:00
Rémi Verschelde e4bd3dbc89 RTD: Also disable PDF builds on each commits
Latex builds for PDF also seem to make us reach the build memory
threshold...

(cherry picked from commit 370022acf4)
2018-06-06 15:04:45 +02:00
Rémi Verschelde 8590ad45b5 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.

(cherry picked from commit ae7277c1e4)
2018-06-06 10:23:22 +02:00