mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 00:24:13 +00:00
Merge pull request #1033 from tahoe-lafs/3666.sphinx-warnings-are-errors
Turn sphinx-build's warnings into errors Fixes: ticket:3666
This commit is contained in:
commit
964a637156
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…
x
Reference in New Issue
Block a user