Merge "Working on integrating options from oslosphinx theme"

This commit is contained in:
Jenkins 2017-06-27 09:20:28 +00:00 committed by Gerrit Code Review
commit 6d6729a732
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@ _build/
/ChangeLog
/dist/
/openstackdocstheme.egg-info/
.DS_Store
*.pyc
doc/build
doc/source/BBresult

View File

@ -29,6 +29,12 @@ commands =
make -C doc/build/pdf
sphinx-build -a -E -W -d api-ref/build/doctrees -b html api-ref/source api-ref/build/html
[testenv:html]
commands =
rm -rf doc/build api-ref/build
python setup.py build_sphinx
sphinx-build -a -E -W -d api-ref/build/doctrees -b html api-ref/source api-ref/build/html
[testenv:releasenotes]
commands =
rm -rf releasenotes/build