10000 GH-97950: Allow translation of index directive content by AA-Turner · Pull Request #104000 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-97950: Allow translation of index directive content #104000

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 4, 2023
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
Delete deletion
  • Loading branch information
AA-Turner authored May 1, 2023
commit b90c593762945005d8f10a0ed2fcad8604296073
2 changes: 0 additions & 2 deletions Doc/tools/extensions/pyspecific.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,8 +692,6 @@ def patch_pairindextypes(app) -> None:
# pairindextypes.pop('statement', None)
# pairindextypes.pop('builtin', None)

del pairindextypes


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