Skip to content

Commit 4fd2ed9

Browse files
committed
Fail docs if warnings
1 parent 8c6455e commit 4fd2ed9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docs_test_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
with:
3535
pre-build-command: python -m pip install tox
3636
docs-folder: "doc-source/"
37-
build-command: "tox -e docs -- "
37+
build-command: "tox -e docs -- -W "

repo_helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ use_whey: true
1616
min_coverage: 100
1717
sphinx_html_theme: furo
1818
preserve_custom_theme: true
19+
docs_fail_on_warning: true
1920

2021
conda_channels:
2122
- conda-forge

0 commit comments

Comments
 (0)