Files
godot-docs/.readthedocs.yml
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

11 lines
302 B
YAML

# Reference: https://docs.readthedocs.io/en/latest/yaml-config.html
build:
image: latest
# Possible options: htmlzip, pdf, epub
# Disable (single) htmlzip as it's way too big to be useful,
# and leads to excessive memory usage on build
# Disable epub and pdf for now to speed up builds
formats: []