We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858eb20 commit 5995bf8Copy full SHA for 5995bf8
.readthedocs.yml
@@ -2,7 +2,6 @@ version: 2
2
formats: all
3
sphinx:
4
configuration: docs/conf.py
5
- fail_on_warning: true
6
python:
7
install:
8
requirements: requirements.txt
tox.ini
@@ -26,7 +26,7 @@ commands =
26
description = build readthedocs documentation
27
changedir = {toxinidir}/docs
28
commands =
29
- sphinx-build -b html -W -d {envtmpdir}/doctrees . {envtmpdir}/html
+ sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
30
31
[testenv:docs-lint]
32
description = run linter (rstcheck) to ensure there aren't errors on our docs
0 commit comments