summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--docs/auth.rst4
-rw-r--r--docs/index.rst2
-rw-r--r--setup.cfg4
3 files changed, 8 insertions, 2 deletions
diff --git a/docs/auth.rst b/docs/auth.rst
index 476ca9154..70aca704a 100644
--- a/docs/auth.rst
+++ b/docs/auth.rst
@@ -172,10 +172,10 @@ Further Challenges
-The :mod:`access` Module
+The :mod:`rbac` Module
--------------------------
-.. automodule:: nova.auth.access
+.. automodule:: nova.auth.rbac
:members:
:undoc-members:
:show-inheritance:
diff --git a/docs/index.rst b/docs/index.rst
index 039bf00ff..ef2e8f63e 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -44,6 +44,8 @@ Contents:
fakes
binaries
todo
+ modules
+ packages
Indices and tables
==================
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