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.
1 parent 8c6455e commit 4fd2ed9Copy full SHA for 4fd2ed9
.github/workflows/docs_test_action.yml
@@ -34,4 +34,4 @@ jobs:
34
with:
35
pre-build-command: python -m pip install tox
36
docs-folder: "doc-source/"
37
- build-command: "tox -e docs -- "
+ build-command: "tox -e docs -- -W "
repo_helper.yml
@@ -16,6 +16,7 @@ use_whey: true
16
min_coverage: 100
17
sphinx_html_theme: furo
18
preserve_custom_theme: true
19
+docs_fail_on_warning: true
20
21
conda_channels:
22
- conda-forge
0 commit comments