mirror of
https://gitlab.com/datalifeit/python-retrofix
synced 2023-12-14 06:13:03 +01:00
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:
parent
9df547549a
commit
2cb86279c0
1 changed files with 10 additions and 0 deletions
10
setup.cfg
Normal file
10
setup.cfg
Normal 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
|
Loading…
Reference in a new issue