diff options
author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2021-03-28 16:09:06 +0200 |
---|---|---|
committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2021-03-28 16:09:06 +0200 |
commit | a80e8868d336f04648c82dde85714949b8cab17f (patch) | |
tree | 6f759216a0e38a238320bb109ef3c2e6bbe2789f | |
parent | 301c7b6101f3345bb4448a453e6c889aa41ab6ec (diff) | |
download | python-setuptools-git-a80e8868d336f04648c82dde85714949b8cab17f.tar.gz |
Use sphinx-inline-tabs from PyPI
Fixes #2614
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |