summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-03-05 11:18:22 -0500
committerGitHub <noreply@github.com>2021-03-05 11:18:22 -0500
commit23ee037d56a6d8ab957882e1a041f67924ae04da (patch)
tree3e9fbd8b4bf89a1b5a3a94a5fe6e946d877c41ed /docs/conf.py
parentb40d7f4174083c92ad532eccf9b13c2d8570accf (diff)
parent265fb0eda039711e749bec09b512b91e9ce56627 (diff)
downloadpython-setuptools-git-23ee037d56a6d8ab957882e1a041f67924ae04da.tar.gz
Merge pull request #2584 from amy-lei/tabbed-code
Add mechanism for comparison of setup.py and its equivalent setup.cfg
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 0a5136b0..d8996d94 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -96,3 +96,6 @@ default_role = 'any'
html_theme = 'alabaster'
templates_path = ['_templates']
html_sidebars = {'index': ['tidelift-sidebar.html']}
+
+# Add support for inline tabs
+extensions += ['sphinx_inline_tabs']