diff --git a/docs/conf.py b/docs/conf.py index a5b7efb4..63226501 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,7 +35,6 @@ "sphinx.ext.viewcode", "sphinx_math_dollar", "sphinx.ext.mathjax", - 'sphinx_rtd_size', "myst_nb", ] @@ -76,7 +75,7 @@ # html_title = "" html_logo = "logo.png" -html_theme = 'sphinx_book_theme' # sphinx_rtd_theme, sphinx_book_theme +html_theme = 'sphinx_book_theme' html_theme_options = { 'repository_url': 'https://github.com/jaxleyverse/jaxley', "use_repository_button": True,