We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c2dbb commit 427f7c5Copy full SHA for 427f7c5
python_docs_theme/__init__.py
@@ -15,7 +15,7 @@
15
def setup(app: Sphinx) -> ExtensionMetadata:
16
app.require_sphinx("7.3")
17
18
- app.add_html_theme("python_docs_theme", THEME_PATH)
+ app.add_html_theme("python_docs_theme", str(THEME_PATH))
19
20
return {
21
"version": __version__,
0 commit comments