We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c840b commit e86fbccCopy full SHA for e86fbcc
.readthedocs.yml
@@ -1,6 +1,10 @@
1
# This is the version for the readthedocs configuration. Version 2 ignores
2
# web-based configuration and uses everything from this file.
3
version: 2
4
+# Doc builds will fail if there are any warnings
5
+sphinx:
6
+ configuration: docs/source/conf.py
7
+ fail_on_warning: true
8
9
# Configure the python version and environment construction run before
10
# docs are built.
@@ -15,7 +19,3 @@ python:
15
19
path: .
16
20
extra_requirements:
17
21
- docs
18
-
-# Doc builds will fail if there are any warnings
-sphinx:
- fail_on_warning: true
0 commit comments