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 /docs | |
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 'docs')
-rw-r--r-- | docs/requirements.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt deleted file mode 100644 index bc27165b..00000000 --- a/docs/requirements.txt +++ /dev/null @@ -1,5 +0,0 @@ -sphinx!=1.8.0 -rst.linker>=1.9 -jaraco.packaging>=6.1 - -setuptools>=34 |