diff options
Diffstat (limited to 'sphinx/jinja2glue.py')
-rw-r--r-- | sphinx/jinja2glue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/jinja2glue.py b/sphinx/jinja2glue.py index 47670c925..8a25ed6b2 100644 --- a/sphinx/jinja2glue.py +++ b/sphinx/jinja2glue.py @@ -148,7 +148,7 @@ class BuiltinTemplateLoader(TemplateBridge, BaseLoader): self, builder: Builder, theme: Theme | None = None, - dirs: list[str] | None = None + dirs: list[str] | None = None, ) -> None: # create a chain of paths to search if theme: |