Lines Matching +full:python3 +full:- +full:docutils
14 # ---------------------
31 copyright = '2001-%s, Python Software Foundation' % time.strftime('%Y')
39 # non-false value, then it is used:
45 highlight_language = 'python3'
56 # Disable Docutils smartquotes for several translations
65 # -----------------------
89 …# Defaults taken from https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_s…
115 # ------------------------
144 ('c-api/index', 'c-api.tex',
166 latex_documents.extend(('howto/' + fn[:-4], 'howto-' + fn[:-4] + '.tex',
175 # -----------------------
181 # --------------------------------
211 # (using re.match) -- the keys must be the same as in coverage_c_regexes.
218 # ----------------------------
223 r'http://www.python.org/dev/peps/pep-\d+']
227 # ----------------------
234 # -----------------------------------
236 # bpo-40204: Allow Sphinx 2 syntax in the C domain
239 # bpo-40204: Disable warnings on Sphinx 2 syntax of the C domain since the
240 # documentation is built with -W (warnings treated as errors).