Skip to content

Commit

Permalink
update theme to pydata
Browse files Browse the repository at this point in the history
  • Loading branch information
srbhp committed Dec 5, 2024
1 parent 463ec1b commit 3522a61
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "pydata-sphinx-theme"
html_theme = "pydata_sphinx_theme"
# sidebar
html_sidebars = {
"**": [
"about.html",
"navigation.html",
"relations.html",
"searchbox.html",
"donate.html",
]
}
# html_sidebars = {
# "**": [
# "about.html",
# "navigation.html",
# "relations.html",
# "searchbox.html",
# "donate.html",
# ]
# }

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit 3522a61

Please sign in to comment.