Skip to content

Commit 1dc749c

Browse files
committed
Fix theme name
Signed-off-by: martinRenou <[email protected]>
1 parent d0d8a2a commit 1dc749c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Output file base name for HTML help builder.
2121
html_logo = "./images/ipycanvas_logo.svg"
2222
html_favicon = "./images/ipycanvas_logo.ico"
23-
html_theme = "pandas_sphinx_theme"
23+
html_theme = "pydata_sphinx_theme"
2424
htmlhelp_basename = 'ipycanvasdoc'
2525

2626
html_theme_options = dict(

0 commit comments

Comments
 (0)