diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-21 22:38:03 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-21 22:45:28 -0500 |
| commit | 641e088d193142f236d69c78d272cf7ece0d693c (patch) | |
| tree | 13715d12e91e47ed450abd5475e736189743666c /setup.cfg | |
| parent | b2845edf4b23ee240a00fe28bd37ab359678d1ae (diff) | |
| download | external_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.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
