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 63c5ab9806
commit c510e7e830
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:
:undoc-members:
:show-inheritance:

View File

@ -44,6 +44,8 @@ Contents:
fakes
binaries
todo
modules
packages
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