Edit build_sphinx options.

To better facilitate the building and publishing of sphinx
documentation by Jenkins we are moving all openstack projects with
sphinx documentation to a common doc tree structure. Documentation
goes in project/doc/source and build results go in project/doc/build.

Change-Id: Idf3e4472f91a1f5ae36e64b339bef99d4d960b88
This commit is contained in:
Clark Boylan 2012-06-08 15:22:23 -07:00
parent 0d53efe930
commit a8d7043266
1 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@ verbosity=2
detailed-errors=1
[build_sphinx]
source-dir = docs/
build-dir = docs/_build
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = docs/_build/html
upload-dir = doc/build/html