Merge "Move RST Glossary to common-rst"
This commit is contained in:
commit
906d494628
@ -31,7 +31,7 @@ Contents
|
||||
|
||||
common/app_support.rst
|
||||
|
||||
glossary.rst
|
||||
common/glossary.rst
|
||||
|
||||
Search in this guide
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -28,7 +28,7 @@ Contents
|
||||
|
||||
common/app_support.rst
|
||||
|
||||
glossary.rst
|
||||
common/glossary.rst
|
||||
|
||||
Search in this guide
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -31,7 +31,7 @@ Contents
|
||||
|
||||
common/app_support.rst
|
||||
|
||||
glossary.rst
|
||||
common/glossary.rst
|
||||
|
||||
Search in this guide
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -56,7 +56,7 @@ done
|
||||
|
||||
if [ "$GLOSSARY" -eq "1" ] ; then
|
||||
echo "Generating Glossary"
|
||||
tools/glossary2rst.py $DIRECTORY/source/glossary.rst
|
||||
tools/glossary2rst.py doc/common-rst/glossary.rst
|
||||
fi
|
||||
|
||||
if [ -z "BUILD" ] ; then
|
||||
|
@ -31,7 +31,7 @@ if [ "$DOCNAME" = "user-guides" ] ; then
|
||||
fi
|
||||
|
||||
# Build Glossary
|
||||
tools/glossary2rst.py > doc/user-guides/source/glossary.rst
|
||||
tools/glossary2rst.py doc/common-rst/glossary.rst
|
||||
# First remove the old pot file, otherwise the new file will contain
|
||||
# old references
|
||||
rm -f doc/$DOCNAME/source/locale/$DOCNAME.pot
|
||||
|
5
tox.ini
5
tox.ini
@ -54,7 +54,6 @@ commands =
|
||||
mkdir -p publish-docs/user-guide-admin/
|
||||
rsync -a doc/user-guides/build-admin/html/ publish-docs/user-guide-admin/
|
||||
# Build RST networking guide
|
||||
{toxinidir}/tools/glossary2rst.py doc/networking-guide/source/glossary.rst
|
||||
sphinx-build -E -W doc/networking-guide/source doc/networking-guide/build/html
|
||||
mkdir -p publish-docs/networking-guide/
|
||||
rsync -a doc/networking-guide/build/html/ publish-docs/networking-guide/
|
||||
@ -64,12 +63,11 @@ commands =
|
||||
[testenv:docs]
|
||||
commands =
|
||||
{toxinidir}/tools/build-user-guides.sh
|
||||
{toxinidir}/tools/glossary2rst.py doc/networking-guide/source/glossary.rst
|
||||
sphinx-build -W doc/networking-guide/source doc/networking-guide/build/html
|
||||
|
||||
[testenv:network]
|
||||
commands =
|
||||
{toxinidir}/tools/glossary2rst.py doc/networking-guide/source/glossary.rst
|
||||
{toxinidir}/tools/glossary2rst.py doc/common-rst/glossary.rst
|
||||
sphinx-build -W doc/networking-guide/source doc/networking-guide/build/html
|
||||
|
||||
[testenv:publishdocs]
|
||||
@ -101,7 +99,6 @@ commands =
|
||||
mkdir -p publish-docs/user-guide-admin/
|
||||
rsync -a doc/user-guides/build-admin/html/ publish-docs/user-guide-admin/
|
||||
# Build RST Networking Guide
|
||||
{toxinidir}/tools/glossary2rst.py doc/networking-guide/source/glossary.rst
|
||||
sphinx-build -W doc/networking-guide/source doc/networking-guide/build/html
|
||||
# Copy RST Networking Guide
|
||||
mkdir -p publish-docs/networking-guide/
|
||||
|
Loading…
Reference in New Issue
Block a user