Skip to content

Commit 18fe1c1

Browse files
Merge pull request #1003 from Labelbox/kkim/disable-pdf-build-readthedocs
[AL-0] Remove pdf build in readthedocs config
2 parents f926f5a + 6ff849c commit 18fe1c1

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)