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 /ChangeLog
/dist/ /dist/
/openstackdocstheme.egg-info/ /openstackdocstheme.egg-info/
.DS_Store
*.pyc *.pyc
doc/build doc/build
doc/source/BBresult doc/source/BBresult

View File

@ -29,6 +29,12 @@ commands =
make -C doc/build/pdf make -C doc/build/pdf
sphinx-build -a -E -W -d api-ref/build/doctrees -b html api-ref/source api-ref/build/html 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] [testenv:releasenotes]
commands = commands =
rm -rf releasenotes/build rm -rf releasenotes/build