We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799e7bb commit 9695944Copy full SHA for 9695944
Doc/tools/extensions/pyspecific.py
@@ -24,13 +24,6 @@
24
# Used in conf.py and updated here by python/release-tools/run_release.py
25
SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
26
27
-# monkey-patch reST parser to disable alphabetic and roman enumerated lists
28
-from docutils.parsers.rst.states import Body
29
-Body.enum.converters['loweralpha'] = \
30
- Body.enum.converters['upperalpha'] = \
31
- Body.enum.converters['lowerroman'] = \
32
- Body.enum.converters['upperroman'] = lambda x: None
33
-
34
35
class PyAwaitableMixin(object):
36
def handle_signature(self, sig, signode):
0 commit comments