Skip to content

Commit 427f7c5

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_docs_theme/__init__.py

Lines changed: 1 addition & 1 deletion
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)