summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2010-07-24 18:06:22 -0700
committerMonty Taylor <mordred@inaugust.com>2010-07-24 18:06:22 -0700
commit87e27afec0c7b683ee35f842abdaccea954f2fba (patch)
tree7c6fea884a9b599ab7a5364d6d26c101d0301ee5 /setup.cfg
parent4efa1cd41b5366f5bb528c0db21908a66f785557 (diff)
downloadnova-87e27afec0c7b683ee35f842abdaccea954f2fba.tar.gz
Updated sphinx layout to a two-dir layout like swift.
Updated a doc string to get rid of a Sphinx warning.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 2785869629..8394725445 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,4 +1,4 @@
[build_sphinx]
-source-dir = docs
-build-dir = docs/_build
+source-dir = doc/source
+build-dir = doc/build
all_files = 1