Add 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 and build results go in project/doc/build.

Change-Id: I672fbd296e2b8f1da1eede74d6f0c7a26345cf74
This commit is contained in:
Clark Boylan 2012-06-08 14:26:58 -07:00
parent 268040c336
commit 171f51a772
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
AUTHORS
build/*
build-stamp
doc/build
quantum.egg-info/
run_tests.err.log
run_tests.log

View File

@ -1,3 +1,8 @@
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[nosetests]
# NOTE(jkoelker) To run the test suite under nose install the following
# coverage http://pypi.python.org/pypi/coverage