Skip to content

Commit 7e85a05

Browse files
committed
allow warnings in sphinx builds
1 parent e3bb7c7 commit 7e85a05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pytest src/py/tests --headless --cov=idom --cov-fail-under=82
55
black --verbose --check src/py
66
flake8 src/py
77
mypy src/py/idom
8-
sphinx-build -W -b html src/py/docs/source src/py/docs/build
8+
sphinx-build -b html src/py/docs/source src/py/docs/build

0 commit comments

Comments
 (0)