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
This commit is contained in:
Clark Boylan
2012-06-11 14:37:02 -07:00
parent 3218849996
commit 1b9fe80c60

View File

@@ -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