diff options
Diffstat (limited to 'sphinx/directives/patches.py')
-rw-r--r-- | sphinx/directives/patches.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/directives/patches.py b/sphinx/directives/patches.py index 6e63308d5..3fd5524b3 100644 --- a/sphinx/directives/patches.py +++ b/sphinx/directives/patches.py @@ -175,7 +175,7 @@ class MathDirective(SphinxDirective): ret.insert(0, target) -def setup(app: "Sphinx") -> dict[str, Any]: +def setup(app: Sphinx) -> dict[str, Any]: directives.register_directive('figure', Figure) directives.register_directive('meta', Meta) directives.register_directive('csv-table', CSVTable) |