Added a config file to let setup.py drive building the sphinx docs.

This commit is contained in:
Monty Taylor
2010-07-16 15:33:24 -05:00
parent d1026be35b
commit c98e8460ba
3 changed files with 8 additions and 2 deletions

View File

@@ -172,10 +172,10 @@ Further Challenges
The :mod:`access` Module The :mod:`rbac` Module
-------------------------- --------------------------
.. automodule:: nova.auth.access .. automodule:: nova.auth.rbac
:members: :members:
:undoc-members: :undoc-members:
:show-inheritance: :show-inheritance:

View File

@@ -44,6 +44,8 @@ Contents:
fakes fakes
binaries binaries
todo todo
modules
packages
Indices and tables Indices and tables
================== ==================

4
setup.cfg Normal file
View File

@@ -0,0 +1,4 @@
[build_sphinx]
source-dir = docs
build-dir = docs/_build
all_files = 1