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.
2 parents 2d48f9b + efa1d9f commit 91c0895Copy full SHA for 91c0895
2 files changed
.readthedocs.yaml
@@ -13,6 +13,7 @@ build:
13
# Build documentation in the "docs/" directory with Sphinx
14
sphinx:
15
configuration: docs/conf.py
16
+ fail_on_warning: true
17
18
# Optional but recommended, declare the Python requirements required
19
# to build your documentation
docs/conf.py
@@ -93,7 +93,7 @@ def get_version():
93
# Add any paths that contain custom static files (such as style sheets) here,
94
# relative to this directory. They are copied after the builtin static files,
95
# so a file named "default.css" will overwrite the builtin "default.css".
96
-html_static_path = ["_static"]
+# html_static_path = ["_static"]
97
98
# -- Extension configuration -------------------------------------------------
99
0 commit comments