diff options
author | Pradyun Gedam <pradyunsg@users.noreply.github.com> | 2020-10-18 22:42:24 +0530 |
---|---|---|
committer | Pradyun Gedam <pradyunsg@users.noreply.github.com> | 2020-10-18 22:42:24 +0530 |
commit | fb03b6aedeb2eb5e68d3dd539c13f2f0eb57b01d (patch) | |
tree | 133837c314deb8a2a801f48ef751fcde89de1e30 /docs/html/conf.py | |
parent | f81cfff06120a0c63945d36ad75229f137b3a245 (diff) | |
download | pip-fb03b6aedeb2eb5e68d3dd539c13f2f0eb57b01d.tar.gz |
Switch to sphinx-inline-tabs for tabs
Diffstat (limited to 'docs/html/conf.py')
-rw-r--r-- | docs/html/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/conf.py b/docs/html/conf.py index 444d15a81..adee6fd3c 100644 --- a/docs/html/conf.py +++ b/docs/html/conf.py @@ -35,7 +35,7 @@ extensions = [ 'sphinx.ext.extlinks', 'sphinx.ext.intersphinx', # third-party: - 'sphinx_tabs.tabs', + 'sphinx_inline_tabs', # in-tree: 'docs_feedback_sphinxext', 'pip_sphinxext', |