e0be9fa65c
With that, building and uploading wheels to PyPI is only one "python setup.py bdist_wheel" away. Change-Id: I0627e2afcc7af27cff9f268d42e07194ba370d85
11 lines
143 B
INI
11 lines
143 B
INI
[build_sphinx]
|
|
all_files = 1
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[wheel]
|
|
universal = 1
|