aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-01-21 22:38:03 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-01-21 22:45:28 -0500
commit641e088d193142f236d69c78d272cf7ece0d693c (patch)
tree13715d12e91e47ed450abd5475e736189743666c /setup.cfg
parentb2845edf4b23ee240a00fe28bd37ab359678d1ae (diff)
downloadexternal_python_setuptools-641e088d193142f236d69c78d272cf7ece0d693c.tar.gz
external_python_setuptools-641e088d193142f236d69c78d272cf7ece0d693c.tar.bz2
external_python_setuptools-641e088d193142f236d69c78d272cf7ece0d693c.zip
Move docs dependencies into package metadata and use same technique as jaraco/skeleton to build docs in tox and rtd.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 87c25a62..bc34b22c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -55,8 +55,10 @@ exclude = *.tests
[options.extras_require]
ssl =
wincertstore==0.2; sys_platform=='win32'
+
certs =
certifi==2016.9.26
+
tests =
mock
pytest-flake8
@@ -70,3 +72,8 @@ tests =
paver; python_version>="3.6"
futures; python_version=="2.7"
pip>=19.1 # For proper file:// URLs support.
+
+docs =
+ sphinx
+ jaraco.packaging>=6.1
+ rst.linker>=1.9