python-retrofix/setup.cfg
Albert Cervera i Areny 2cb86279c0 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'.
2015-10-21 12:49:31 +02:00

10 lines
180 B
INI

[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