summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/conf.py b/doc/conf.py
index ca7777e2..84a4577e 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -39,7 +39,6 @@ extensions = [
'sphinxcontrib.spelling',
'sphinx.ext.intersphinx',
'sphinxcontrib.restbuilder',
- 'sphinx.ext.extlinks',
'sphinx.ext.napoleon',
'sphinx_tabs.tabs',
]
@@ -216,11 +215,6 @@ if any("spell" in arg for arg in sys.argv):
spelling_show_suggestions = False
-extlinks = {
- # :github:`123` becomes a link to the GitHub issue, with text "issue 123".
- 'github': ('https://github.com/nedbat/coveragepy/issues/%s', 'issue '),
-}
-
# Regexes for URLs that linkcheck should skip.
linkcheck_ignore = [
# We have lots of links to GitHub, and they start refusing to serve them to linkcheck,