Merge "Fix build autogenerated config files doc on RTD"
This commit is contained in:
commit
08bdbc79ea
@ -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
|
||||||
|
3
tox.ini
3
tox.ini
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user