mirror of
https://gitlab.com/datalifeit/python-retrofix
synced 2023-12-14 06:13:03 +01:00
upload with 'python setup.py upload_sphinx'. This requires python package 'sphinx-pypi-upload'.
10 lines
180 B
INI
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
|