Merge pull request #4512 from tk0miya/4493_recommonmark_raises_AttributeError

Fix #4493: recommonmark raises AttributeError if AutoStructify enabled
This commit is contained in:
Takeshi KOMIYA
2018-01-29 22:14:22 +09:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ Bugs fixed
* utils package is no longer installed
* #3952: apidoc: module header is too escaped
* #4275: Formats accepted by sphinx.util.i18n.format_date are limited
* #4493: recommonmark raises AttributeError if AutoStructify enabled
Testing
--------

View File

@@ -58,7 +58,9 @@ default_settings = {
'embed_stylesheet': False,
'cloak_email_addresses': True,
'pep_base_url': 'https://www.python.org/dev/peps/',
'pep_references': None,
'rfc_base_url': 'https://tools.ietf.org/html/',
'rfc_references': None,
'input_encoding': 'utf-8-sig',
'doctitle_xform': False,
'sectsubtitle_xform': False,