Rename docs to doc to align with OpenStack standard

This patchset updates docs to doc to align with OpenStack
standard. Follow-up patchset will be needed to publish
documentation to OpenStack [0].

[0] https://docs.openstack.org/doc-contrib-guide/project-guides.html

Change-Id: I0f2346801bc3749e74fcc3104cc2258626747185
This commit is contained in:
Felipe Monteiro 2018-05-17 19:39:27 +01:00
parent 6e87b82f51
commit 13bc298f60
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