Skip to content

Commit 6b81869

Browse files
committed
Disable generating pdf and epub on readthedocs
1 parent c302dee commit 6b81869

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.readthedocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ python:
1616
install:
1717
- requirements: docs/requirements.txt
1818

19-
formats: all
19+
# pdf and possibly epub have issues so we're not using all.
20+
formats:
21+
- htmlzip

0 commit comments

Comments
 (0)