Skip to content

Commit

Permalink
feat: Adding python3.11 and 3.12 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Apr 2, 2024
1 parent 018f22a commit 22b0366
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def iter_nodes(self):
for opt in optional_attrs:
if toggle.get(f".. toggle_{opt}:") not in (None, "None", "n/a", "N/A"):
toggle_section += nodes.paragraph(
text=f'{opt.title().replace("_"," ")}: {toggle[f".. toggle_{opt}:"]}',
text=f'{opt.title().replace("_", " ")}: {toggle[f".. toggle_{opt}:"]}',
ids=[f"{opt}-{toggle_name}"],
)
yield toggle_section
Expand Down

0 comments on commit 22b0366

Please sign in to comment.