diff options
| author | Clark Boylan <clark.boylan@gmail.com> | 2012-06-08 15:14:06 -0700 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2012-06-15 16:28:14 -0400 |
| commit | 7547dadf8731bcdd166f8f59a427fc1caeda111f (patch) | |
| tree | 3773001a7301cf02dbbd420038e0de0a24c89b71 /setup.cfg | |
| parent | 93f9fa75fa8b96e4429dce73e0320686b5b52893 (diff) | |
| download | python-cinderclient-7547dadf8731bcdd166f8f59a427fc1caeda111f.tar.gz | |
Move docs to doc.
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: I3ae14ac735d9b4c0b534eac9a9c142f8ccaac1b9
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,9 +7,9 @@ verbosity=2 detailed-errors=1 [build_sphinx] -source-dir = docs/ -build-dir = docs/_build all_files = 1 +source-dir = doc/source +build-dir = doc/build [upload_sphinx] -upload-dir = docs/_build/html +upload-dir = doc/build/html |
