Skip to content

Commit 5995bf8

Browse files
committed
Don't fail on warning
1 parent 858eb20 commit 5995bf8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.readthedocs.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ version: 2
22
formats: all
33
sphinx:
44
configuration: docs/conf.py
5-
fail_on_warning: true
65
python:
76
install:
87
requirements: requirements.txt

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ commands =
2626
description = build readthedocs documentation
2727
changedir = {toxinidir}/docs
2828
commands =
29-
sphinx-build -b html -W -d {envtmpdir}/doctrees . {envtmpdir}/html
29+
sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
3030

3131
[testenv:docs-lint]
3232
description = run linter (rstcheck) to ensure there aren't errors on our docs

0 commit comments

Comments
 (0)