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

4
setup.cfg Normal file
View File

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