From aeff3a7611f23938b07c2e53e9879bc459592058 Mon Sep 17 00:00:00 2001 From: Jonathan Guyer Date: Mon, 24 Feb 2025 15:50:31 -0500 Subject: [PATCH] Fix typo --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 94a3cca..8af64da 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,7 +35,7 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = 'pydata-sphinx-theme' +html_theme = 'pydata_sphinx_theme' html_static_path = ['_static'] html_show_copyright = False