Skip to content

Commit 427f7c5

Browse files
committed
post-merge
1 parent f2c2dbb commit 427f7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_docs_theme/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
def setup(app: Sphinx) -> ExtensionMetadata:
1616
app.require_sphinx("7.3")
1717

18-
app.add_html_theme("python_docs_theme", THEME_PATH)
18+
app.add_html_theme("python_docs_theme", str(THEME_PATH))
1919

2020
return {
2121
"version": __version__,

0 commit comments

Comments
 (0)