There was an error while loading. Please reload this page.
1 parent e07a6fe commit 104bcffCopy full SHA for 104bcff
1 file changed
Doc/tools/extensions/pyspecific.py
@@ -40,16 +40,6 @@
40
Body.enum.converters['lowerroman'] = \
41
Body.enum.converters['upperroman'] = lambda x: None
42
43
-# monkey-patch the productionlist directive to allow hyphens in group names
44
-# https://github.com/sphinx-doc/sphinx/issues/11854
45
-from sphinx.domains import std
46
-
47
-std.token_re = re.compile(r'`((~?[\w-]*:)?\w+)`')
48
49
-# backport :no-index:
50
-PyModule.option_spec['no-index'] = directives.flag
51
52
53
# Support for marking up and linking to bugs.python.org issues
54
55
def issue_role(typ, rawtext, text, lineno, inliner, options={}, content=[]):
0 commit comments