Skip to content

Commit 91c0895

Browse files
authored
Merge pull request #1301 from adamjstewart/docs/strict
Docs: enable strict mode
2 parents 2d48f9b + efa1d9f commit 91c0895

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ build:
1313
# Build documentation in the "docs/" directory with Sphinx
1414
sphinx:
1515
configuration: docs/conf.py
16+
fail_on_warning: true
1617

1718
# Optional but recommended, declare the Python requirements required
1819
# to build your documentation

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def get_version():
9393
# Add any paths that contain custom static files (such as style sheets) here,
9494
# relative to this directory. They are copied after the builtin static files,
9595
# so a file named "default.css" will overwrite the builtin "default.css".
96-
html_static_path = ["_static"]
96+
# html_static_path = ["_static"]
9797

9898
# -- Extension configuration -------------------------------------------------
9999

0 commit comments

Comments
 (0)