Merge "Rename docs to doc to align with OpenStack standard"

This commit is contained in:
Zuul 2018-06-05 14:34:39 +00:00 committed by Gerrit Code Review
commit 376689693f
18 changed files with 4 additions and 4 deletions

4
.gitignore vendored
View File

@ -19,8 +19,8 @@
__pycache__
# Sphinx artifacts
/docs/build/
/docs/*/_static/
/doc/build/
/doc/*/_static/
/AUTHORS
/ChangeLog

View File

@ -25,8 +25,8 @@ deps =
-r{toxinidir}/requirements-frozen.txt
-r{toxinidir}/test-requirements.txt
commands =
rm -rf docs/build
sphinx-build -b html docs/source docs/build
rm -rf doc/build
sphinx-build -b html doc/source doc/build
[testenv:fmt]
deps = yapf==0.20.0