Fix docs gate failed
Change-Id: I334b76ce9284a41583e06bdd05900ba2baf4dc64
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -44,7 +44,9 @@ commands =
|
|||||||
basepython = python3
|
basepython = python3
|
||||||
setenv = PYTHONHASHSEED=0
|
setenv = PYTHONHASHSEED=0
|
||||||
deps = -r{toxinidir}/doc/requirements.txt
|
deps = -r{toxinidir}/doc/requirements.txt
|
||||||
commands = sphinx-build -W -b html doc/source doc/build/html
|
commands =
|
||||||
|
rm -fr doc/build doc/source/api/ .autogenerated
|
||||||
|
sphinx-build -W -b html doc/source doc/build/html
|
||||||
|
|
||||||
[testenv:api-ref]
|
[testenv:api-ref]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
|||||||
@@ -91,6 +91,7 @@ def no_translate_debug_logs(logical_line, filename):
|
|||||||
we shouldn't translate debug level logs.
|
we shouldn't translate debug level logs.
|
||||||
|
|
||||||
* This check assumes that 'LOG' is a logger.
|
* This check assumes that 'LOG' is a logger.
|
||||||
|
|
||||||
N319
|
N319
|
||||||
"""
|
"""
|
||||||
for hint in _all_hints:
|
for hint in _all_hints:
|
||||||
|
|||||||
Reference in New Issue
Block a user