From 171f51a772a00e2677ebfb74c1e4625bedf9eea3 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 8 Jun 2012 14:26:58 -0700 Subject: [PATCH] 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 --- .gitignore | 1 + setup.cfg | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 5c7c84b0ea0..6a1eda3c276 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ AUTHORS build/* build-stamp +doc/build quantum.egg-info/ run_tests.err.log run_tests.log diff --git a/setup.cfg b/setup.cfg index dbb13fb0679..3a683a44fa3 100644 --- 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