summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-06-03 21:31:16 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-06-03 21:31:16 -0400
commit12e8b4c7d283cfbe4432703ee9698ef7232fdd77 (patch)
tree5b47196dae720ddba9be9de83308467e7cc7c732 /setup.cfg
parenta99a2b3ef7bc932d561a622fde9f5f81aaf2bada (diff)
downloadpython-setuptools-git-12e8b4c7d283cfbe4432703ee9698ef7232fdd77.tar.gz
No longer build docs using 'build_sphinx' command and instead rely on RTD. Ref #604.
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg11
1 files changed, 1 insertions, 10 deletions
diff --git a/setup.cfg b/setup.cfg
index 4d0b30ff..0d1ea3ac 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -9,23 +9,14 @@ tag_date = 1
[aliases]
clean_egg_info = egg_info -RDb ''
-release = clean_egg_info sdist bdist_wheel build_sphinx
+release = clean_egg_info sdist bdist_wheel
source = register sdist binary
binary = bdist_egg upload --show-response
test = pytest
-[build_sphinx]
-source-dir = docs/
-build-dir = docs/build
-all_files = 1
-
[upload]
repository = https://upload.pypi.io/legacy/
-[upload_docs]
-upload-dir = docs/build/html
-repository = https://pypi.python.org/pypi
-
[sdist]
formats = gztar zip