summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2021-03-28 16:09:06 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2021-03-28 16:09:06 +0200
commita80e8868d336f04648c82dde85714949b8cab17f (patch)
tree6f759216a0e38a238320bb109ef3c2e6bbe2789f
parent301c7b6101f3345bb4448a453e6c889aa41ab6ec (diff)
downloadpython-setuptools-git-a80e8868d336f04648c82dde85714949b8cab17f.tar.gz
Use sphinx-inline-tabs from PyPI
Fixes #2614
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index b8805d93..7673fceb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -74,7 +74,7 @@ docs =
# local
pygments-github-lexers==0.0.5
- sphinx-inline-tabs@git+https://github.com/pradyunsg/sphinx-inline-tabs@main
+ sphinx-inline-tabs
ssl =
wincertstore==0.2; sys_platform=='win32'