We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdeab58 commit 451e8beCopy full SHA for 451e8be
.readthedocs.yaml
@@ -1,6 +1,6 @@
1
# .readthedocs.yaml
2
# Read the Docs configuration file
3
-# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
+# See https://docs.readthedocs.ioo/en/stable/config-file/v2.html for details
4
5
# Required
6
version: 2
@@ -19,7 +19,7 @@ build:
19
sphinx:
20
configuration: docs/source/conf.py
21
builder: html
22
- fail_on_warning: false
+ fail_on_warning: true
23
24
25
# Optionally declare the Python requirements required to build your docs
setup.cfg
@@ -32,7 +32,7 @@ install_requires =
32
pydantic < 2.0
33
typing_extensions
34
[options.extras_require]
35
-dev =
+docs =
36
Sphinx==5.3.0
37
sphinx-rtd-theme==1.3.0
38
sphinxcontrib-applehelp==1.0.2
0 commit comments