We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebcac4c commit 98e3830Copy full SHA for 98e3830
.readthedocs.yml
@@ -8,7 +8,14 @@ formats:
8
- pdf
9
10
sphinx:
11
- builder: htmldir
+
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
19
configuration: docs/conf.py
20
fail_on_warning: false
21
0 commit comments