Merge "invoke sphinx directly instead of through pbr"
This commit is contained in:
commit
65e299585b
@ -98,6 +98,7 @@ series. You can find the detail of the various release series here:
|
||||
bexar/index
|
||||
austin/index
|
||||
releases/*
|
||||
schedules/*
|
||||
|
||||
Series-Independent Releases
|
||||
===========================
|
||||
|
@ -17,3 +17,8 @@ Documentation:
|
||||
|
||||
.. deliverable::
|
||||
:series: mitaka
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
schedule
|
||||
|
@ -8,3 +8,8 @@ Release schedule: :doc:`schedule`
|
||||
|
||||
.. deliverable::
|
||||
:series: newton
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
schedule
|
||||
|
0
doc/source/static/.placeholder
Normal file
0
doc/source/static/.placeholder
Normal file
2
tox.ini
2
tox.ini
@ -53,7 +53,7 @@ commands = {toxinidir}/tools/build_tag_history.sh {toxinidir}
|
||||
#commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
|
||||
[testenv:docs]
|
||||
commands = python setup.py build_sphinx
|
||||
commands = sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html
|
||||
deps = .[sphinxext]
|
||||
|
||||
[flake8]
|
||||
|
Loading…
Reference in New Issue
Block a user