Add setup.cfg to allow building docs with 'python setup.py build_sphinx' and

upload with 'python setup.py upload_sphinx'.

This requires python package 'sphinx-pypi-upload'.
This commit is contained in:
Albert Cervera i Areny 2015-10-21 12:49:31 +02:00
parent 9df547549a
commit 2cb86279c0

10
setup.cfg Normal file
View file

@ -0,0 +1,10 @@
[build_sphinx]
source-dir = doc/
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
# python setup.py build_sphinx
# python setup.py upload_sphinx