Skip to content

Commit fa1dff2

Browse files
committed
.readthedocs: Remove PDF build to fix RTD failure
1 parent e281991 commit fa1dff2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.readthedocs.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# https://docs.readthedocs.io/en/stable/config-file/v2.html
2+
3+
version: 2
4+
formats:
5+
- htmlzip
6+
- epub
7+
python:
8+
install:
9+
- requirements: requirements.txt
10+
sphinx:
11+
builder: dirhtml
12+
configuration: conf.py
13+
fail_on_warning: false

0 commit comments

Comments
 (0)