Skip to content

Commit 451e8be

Browse files
committed
fix doc
1 parent bdeab58 commit 451e8be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.readthedocs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# .readthedocs.yaml
22
# Read the Docs configuration file
3-
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
# See https://docs.readthedocs.ioo/en/stable/config-file/v2.html for details
44

55
# Required
66
version: 2
@@ -19,7 +19,7 @@ build:
1919
sphinx:
2020
configuration: docs/source/conf.py
2121
builder: html
22-
fail_on_warning: false
22+
fail_on_warning: true
2323

2424

2525
# Optionally declare the Python requirements required to build your docs

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install_requires =
3232
pydantic < 2.0
3333
typing_extensions
3434
[options.extras_require]
35-
dev =
35+
docs =
3636
Sphinx==5.3.0
3737
sphinx-rtd-theme==1.3.0
3838
sphinxcontrib-applehelp==1.0.2

0 commit comments

Comments
 (0)