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:
parent
6e87b82f51
commit
13bc298f60
4
.gitignore
vendored
4
.gitignore
vendored
@ -19,8 +19,8 @@
|
||||
__pycache__
|
||||
|
||||
# Sphinx artifacts
|
||||
/docs/build/
|
||||
/docs/*/_static/
|
||||
/doc/build/
|
||||
/doc/*/_static/
|
||||
/AUTHORS
|
||||
/ChangeLog
|
||||
|
||||
|
0
docs/source/configuration/kubernetes-network.rst → doc/source/configuration/kubernetes-network.rst
0
docs/source/configuration/kubernetes-network.rst → doc/source/configuration/kubernetes-network.rst
4
tox.ini
4
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user