diff options
| author | Clark Boylan <clark.boylan@gmail.com> | 2012-06-11 14:37:02 -0700 |
|---|---|---|
| committer | Clark Boylan <clark.boylan@gmail.com> | 2012-06-11 14:37:48 -0700 |
| commit | 77e5ce57fd0a5c912ac1c270cb94ac43bb637389 (patch) | |
| tree | 87819d66bdbe90c6bc8c22d56fc05b90c61ea3ac /setup.cfg | |
| parent | 64f685ad635a78ef4e1cb237652425c818219532 (diff) | |
| download | python-openstackclient-77e5ce57fd0a5c912ac1c270cb94ac43bb637389.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/source and build results go in project/doc/build.
Change-Id: I925e687254bac9e06c2c520f4fc35a083e21c4ca
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 +source-dir = doc/source +build-dir = doc/build all_files = 1 [upload_sphinx] -upload-dir = docs/_build/html +upload-dir = doc/build/html |
