Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
syntax
  • Loading branch information
AA-Turner committed May 2, 2023
commit 3a7ac941689a42d89148930e0d0b1e903a6dc316
4 changes: 4 additions & 0 deletions Doc/tools/extensions/pyspecific.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,10 @@ def patch_pairindextypes(app) -> None:
# pairindextypes.pop('statement', None)
# pairindextypes.pop('builtin', None)

# there needs to be at least one statement in this block, will be
# removed when the first of the below is uncommented.
Comment thread
AA-Turner marked this conversation as resolved.
pass


def setup(app):
app.add_role('issue', issue_role)
Expand Down