Skip to content

Commit 6ff849c

Browse files
author
Kevin Kim
committed
Remove pdf build in readthedocs config
1 parent 1fbe11d commit 6ff849c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.readthedocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ version: 2
99
sphinx:
1010
configuration: docs/source/conf.py
1111

12-
# Build all formats (epub, pdf, htmlzip)
13-
formats:
14-
- pdf
12+
# Not building additional formats, as PDF build is failing
13+
# formats:
14+
# - pdf
1515

1616
# Optionally set the version of Python and requirements required to build your docs
1717
python:

0 commit comments

Comments
 (0)