]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Add build_sphinx options.
authorClark Boylan <clark.boylan@gmail.com>
Fri, 8 Jun 2012 21:26:58 +0000 (14:26 -0700)
committerClark Boylan <clark.boylan@gmail.com>
Fri, 8 Jun 2012 21:28:35 +0000 (14:28 -0700)
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

.gitignore
setup.cfg

index 5c7c84b0ea07f7e3f6614c6d520e4d23d182aab9..6a1eda3c2761ca627d8072bb58775979f5fdeec2 100644 (file)
@@ -3,6 +3,7 @@
 AUTHORS
 build/*
 build-stamp
+doc/build
 quantum.egg-info/
 run_tests.err.log
 run_tests.log
index dbb13fb0679b2d93d0f71949480fd3c2c2adfbd9..3a683a44fa344cfa2282aee259680bd1421bdf36 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -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