mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
Turn sphinx-build's warnings into errors
This commit is contained in:
parent
351146e91f
commit
9a793a9320
1
newsfragments/3666.documentation
Normal file
1
newsfragments/3666.documentation
Normal file
@ -0,0 +1 @@
|
||||
`tox -e docs` will treat warnings about docs as errors.
|
2
tox.ini
2
tox.ini
@ -234,7 +234,7 @@ deps =
|
||||
# normal install is not needed for docs, and slows things down
|
||||
skip_install = True
|
||||
commands =
|
||||
sphinx-build -b html -d {toxinidir}/docs/_build/doctrees {toxinidir}/docs {toxinidir}/docs/_build/html
|
||||
sphinx-build -W -b html -d {toxinidir}/docs/_build/doctrees {toxinidir}/docs {toxinidir}/docs/_build/html
|
||||
|
||||
[testenv:pyinstaller]
|
||||
# We override this to pass --no-use-pep517 because pyinstaller (3.4, at least)
|
||||
|
Loading…
Reference in New Issue
Block a user