summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2010-07-16 15:33:24 -0500
committerMonty Taylor <mordred@inaugust.com>2010-07-16 15:33:24 -0500
commitc510e7e830961e593f86dbe9dbb5d031dedef5e8 (patch)
tree790aac8a3d8ac9ce5b3db7e8f28de280443b2730 /setup.cfg
parent63c5ab9806aeb732dc8a8cb7b902592fb5db9363 (diff)
downloadnova-c510e7e830961e593f86dbe9dbb5d031dedef5e8.tar.gz
nova-c510e7e830961e593f86dbe9dbb5d031dedef5e8.tar.xz
nova-c510e7e830961e593f86dbe9dbb5d031dedef5e8.zip
Added a config file to let setup.py drive building the sphinx docs.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 000000000..278586962
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,4 @@
+[build_sphinx]
+source-dir = docs
+build-dir = docs/_build
+all_files = 1