We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62dbaa commit d49a9ecCopy full SHA for d49a9ec
sphinx_immaterial/apidoc/fix_sphinx_issue_11147.py
@@ -28,7 +28,7 @@ def nested_parse_with_titles(state, content, node):
28
return orig_nested_parse_with_titles(state, content, node)
29
30
sphinx.util.nodes.nested_parse_with_titles = nested_parse_with_titles # type: ignore[assignment]
31
- sphinx.directives.nested_parse_with_titles = nested_parse_with_titles # type: ignore[assignment]
+ sphinx.directives.nested_parse_with_titles = nested_parse_with_titles # type: ignore[assignment,attr-defined]
32
33
34
_monkey_patch_nested_parse_with_titles()
0 commit comments