Skip to content

Commit 1f9115f

Browse files
committed
Add config for upload_sphinx
This commit adds configuration for the upload_sphinx command provided by the 'sphinx-pypi-upload' package to setup.cfg.
1 parent 1803888 commit 1f9115f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
source-dir=docs/source
33
build-dir=docs/build
44
all_files=1
5+
6+
[upload_sphinx]
7+
upload-dir = docs/build/html

0 commit comments

Comments
 (0)