Merge "Follow the PTI for docs"

This commit is contained in:
Zuul 2019-10-15 18:34:37 +00:00 committed by Gerrit Code Review
commit a4169fa455
2 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,8 @@
Welcome to openstack's documentation! Welcome to openstack's documentation!
======================================================== ========================================================
Contents: Contents
--------
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
@ -17,7 +18,7 @@ Contents:
contributing contributing
Indices and tables Indices and tables
================== -------------------
* :ref:`genindex` * :ref:`genindex`
* :ref:`modindex` * :ref:`modindex`

View File

@ -26,7 +26,7 @@ commands = python setup.py test --coverage --testr-args='{posargs}'
[testenv:docs] [testenv:docs]
basepython = python3 basepython = python3
commands = python setup.py build_sphinx commands = sphinx-build -W -b html -d doc/buld/doctrees doc/source doc/build/html
[testenv:releasenotes] [testenv:releasenotes]
basepython = python3 basepython = python3