Skip to content

Commit 24f3af6

Browse files
committed
readthedocs: add config
Signed-off-by: Luís Ferreira <[email protected]>
1 parent 61dc47c commit 24f3af6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.readthedocs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Reference: https://docs.readthedocs.io/en/latest/yaml-config.html
2+
3+
build:
4+
image: latest
5+
6+
# Possible options: htmlzip, pdf, epub
7+
# Disable (single) htmlzip as it's way too big to be useful,
8+
# and leads to excessive memory usage on build
9+
# Disable epub and pdf for now to speed up builds
10+
formats: []

0 commit comments

Comments
 (0)