Merge "Follow the new PTI for document build"

This commit is contained in:
Zuul 2018-07-30 14:20:58 +00:00 committed by Gerrit Code Review
commit 24432ea81d
3 changed files with 1 additions and 15 deletions

View File

@ -40,7 +40,6 @@ Developer Documentation
testing
contributing
event-alarm
api/autoindex
Appendix
========

View File

@ -111,19 +111,6 @@ oslo.config.opts.defaults =
oslo.policy.policies =
aodh = aodh.api.policies:list_rules
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
warning-is-error = 1
[pbr]
autodoc_index_modules = true
autodoc_exclude_modules =
aodh.storage.sqlalchemy.alembic.*
aodh.tests.*
api_doc_dir = contributor/api
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg

View File

@ -44,7 +44,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
[testenv:docs]
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt
commands = python setup.py build_sphinx
commands = sphinx-build -W -b html doc/source doc/build/html
setenv = PYTHONHASHSEED=0
[testenv:venv]