Build docs is now implemented using setup.py

This commit is contained in:
Sergey Lukjanov 2013-03-19 20:31:43 +04:00
parent 6db42f702f
commit 77b7e5519a
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View File

@ -25,6 +25,8 @@ target
*.iws
doc/html
doc/source/apidoc
doc/source/api
doc/build
*.db
.coverage
nosetests.xml

4
setup.cfg Normal file
View File

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