tox: Keeping going with docs

Change-Id: I75ca305e9f5c994f06ccfbfebb1ef53d36e83dfd
This commit is contained in:
gujin 2019-11-03 02:37:53 +08:00
parent ec51d4f83e
commit b53091fd4b
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD
sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD
sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
sphinxcontrib-mermaid>=0.3.1 # BSD
requests

View File

@ -21,7 +21,7 @@ deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html
sphinx-build -a -E -W -d doc/build/doctrees --keep-going -b html doc/source doc/build/html
[testenv:pdf-docs]
basepython = python3
@ -31,7 +31,7 @@ description =
envdir = {toxworkdir}/docs
deps = {[testenv:docs]deps}
commands =
sphinx-build -b latex doc/source doc/build/pdf
sphinx-build --keep-going -b latex doc/source doc/build/pdf
make -C doc/build/pdf
[testenv:pep8]
@ -51,7 +51,7 @@ exclude = .tox,dist,*.egg,build
basepython = python3
deps = {[testenv:docs]deps}
commands = sphinx-build -a -E -W -d deploy-guide/build/doctrees -b html deploy-guide/source deploy-guide/build/html
commands = sphinx-build -a -E -W -d deploy-guide/build/doctrees --keep-going -b html deploy-guide/source deploy-guide/build/html
[testenv:bindep]
# Do not install any requirements. We want this to be fast and work even if