mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #4493: recommonmark raises AttributeError if AutoStructify enabled
This commit is contained in:
parent
91315ab354
commit
3f9f6a7438
1
CHANGES
1
CHANGES
@ -29,6 +29,7 @@ Bugs fixed
|
|||||||
* utils package is no longer installed
|
* utils package is no longer installed
|
||||||
* #3952: apidoc: module header is too escaped
|
* #3952: apidoc: module header is too escaped
|
||||||
* #4275: Formats accepted by sphinx.util.i18n.format_date are limited
|
* #4275: Formats accepted by sphinx.util.i18n.format_date are limited
|
||||||
|
* #4493: recommonmark raises AttributeError if AutoStructify enabled
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
--------
|
--------
|
||||||
|
@ -59,7 +59,9 @@ default_settings = {
|
|||||||
'embed_stylesheet': False,
|
'embed_stylesheet': False,
|
||||||
'cloak_email_addresses': True,
|
'cloak_email_addresses': True,
|
||||||
'pep_base_url': 'https://www.python.org/dev/peps/',
|
'pep_base_url': 'https://www.python.org/dev/peps/',
|
||||||
|
'pep_references': None,
|
||||||
'rfc_base_url': 'https://tools.ietf.org/html/',
|
'rfc_base_url': 'https://tools.ietf.org/html/',
|
||||||
|
'rfc_references': None,
|
||||||
'input_encoding': 'utf-8-sig',
|
'input_encoding': 'utf-8-sig',
|
||||||
'doctitle_xform': False,
|
'doctitle_xform': False,
|
||||||
'sectsubtitle_xform': False,
|
'sectsubtitle_xform': False,
|
||||||
|
Loading…
Reference in New Issue
Block a user