Skip to content

Commit 98e3830

Browse files
committed
Proper sphinx.builder option
1 parent ebcac4c commit 98e3830

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.readthedocs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@ formats:
88
- pdf
99

1010
sphinx:
11-
builder: htmldir
11+
12+
# At this moment, the builder has to match to the DB setting from
13+
# "Advanced settings" because otherwise we will receive a build
14+
# error. This behavior could probably change in the future to take
15+
# precedence by the YAML config. More context on this at
16+
# https://github.com/rtfd/readthedocs.org/issues/4638
17+
builder: html
18+
1219
configuration: docs/conf.py
1320
fail_on_warning: false
1421

0 commit comments

Comments
 (0)