Move doc to deploy-guide for the documenation

And remove the build-sphinx part of the python module setup as there
are no docs to build.  This is to make this project (which has no
project documenation, but does have a deploy-guide) compatible with the
other deploy-guides.

Depends-On: I96d8e3d958081667df5e69e148e13c6b27c34767
Change-Id: If775b98b4a58cc956e487a6d566d62999eaaf12d
This commit is contained in:
Alex Kavanagh 2017-09-28 17:02:11 -04:00 committed by Andreas Jaeger
parent bed2dd42bd
commit 4493b86a4a
22 changed files with 3 additions and 8 deletions

View File

@ -15,6 +15,6 @@ To build the guide, execute the following command::
$ tox
After running ``tox``, the documentation will be available for viewing
in HTML format in the ``doc/build/`` directory. View these new documents
After running ``tox``, the documentation will be available for viewing in HTML
format in the ``deploy-guide/build/html`` directory. View these new documents
in your favorite web browser.

View File

Before

Width:  |  Height:  |  Size: 164 KiB

After

Width:  |  Height:  |  Size: 164 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -11,11 +11,6 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[pbr]
warnerrors = True

View File

@ -14,4 +14,4 @@ deps = -r{toxinidir}/requirements.txt
commands = {posargs}
[testenv:deploy-guide]
commands = sphinx-build -a -d doc/build/doctrees -b html doc/source deploy-guide/build/html
commands = sphinx-build -a -d deploy-guide/build/doctrees -b html deploy-guide/source deploy-guide/build/html