Merge "Fix build autogenerated config files doc on RTD"

This commit is contained in:
Zuul 2019-07-24 15:21:46 +00:00 committed by Gerrit Code Review
commit 08bdbc79ea
2 changed files with 3 additions and 2 deletions

View File

@ -3,4 +3,4 @@ tobiko.conf
=========== ===========
.. show-options:: .. show-options::
:config-file: etc/oslo-config-generator/tobiko.conf :config-file: ../../etc/oslo-config-generator/tobiko.conf

View File

@ -152,7 +152,8 @@ deps = -r{toxinidir}/doc/requirements.txt
basepython = {[docs]basepython} basepython = {[docs]basepython}
envdir = {[docs]envdir} envdir = {[docs]envdir}
deps = {[docs]deps} deps = {[docs]deps}
commands = sphinx-build -W -b html doc/source doc/build/html changedir = doc/source
commands = sphinx-build -W -b html . ../build/html
[testenv:linkcheck] [testenv:linkcheck]