Disable DocBook Networking Guide
The Networking Guide is switching to RST, do not build the DocBook XML files anymore. Change-Id: Ib75cc124ca7e8de1ed834cf3aa06631d5adeda7a
This commit is contained in:
parent
3f69813564
commit
54e800e989
@ -18,7 +18,6 @@
|
||||
<module>hot-reference</module>
|
||||
<module>image-guide</module>
|
||||
<module>install-guide</module>
|
||||
<module>networking-guide</module>
|
||||
<module>user-guide</module>
|
||||
<module>user-guide-admin</module>
|
||||
</modules>
|
||||
|
7
tox.ini
7
tox.ini
@ -51,7 +51,8 @@ commands =
|
||||
sphinx-build doc/networking-guide/ doc/networking-guide/build/html
|
||||
mkdir -p publish-docs/networking-guide/content/
|
||||
rsync -a doc/networking-guide/build/html/ publish-docs/networking-guide/content/
|
||||
openstack-doc-test --check-build {posargs}
|
||||
# Do not build DocBook XML Networking Guide
|
||||
openstack-doc-test --check-build --ignore-book networking-guide {posargs}
|
||||
|
||||
[testenv:docs]
|
||||
commands =
|
||||
@ -70,8 +71,8 @@ commands =
|
||||
# not publish anything.
|
||||
mkdir publish-docs
|
||||
# We only publish changed manuals.
|
||||
# Do not publish Install Guide
|
||||
openstack-doc-test --check-build --ignore-book install-guide --publish
|
||||
# Do not publish Install Guide and DocBook XML Networking Guide
|
||||
openstack-doc-test --check-build --ignore-book install-guide --ignore-book networking-guide --publish
|
||||
# Now publish www as well, we cannot do this from
|
||||
# openstack-doc-test. Use rsync so that .htaccess gets also
|
||||
# copied.
|
||||
|
Loading…
Reference in New Issue
Block a user