Skip to content

Commit

Permalink
Merge pull request #9725 from tk0miya/set_auto_id_prefix_explicitly
Browse files Browse the repository at this point in the history
Support docutils-0.18: Set auto_id_prefix explicitly
  • Loading branch information
tk0miya committed Oct 22, 2021
2 parents 3045e81 + f9a33d2 commit cc85aef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sphinx/environment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
logger = logging.getLogger(__name__)

default_settings: Dict[str, Any] = {
'auto_id_prefix': 'id',
'embed_images': False,
'embed_stylesheet': False,
'cloak_email_addresses': True,
Expand Down

0 comments on commit cc85aef

Please sign in to comment.