diff --git a/docs/conf.py b/docs/conf.py index 9e5cf534..d1dba14a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,6 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. html_theme = 'sphinx_rtd_theme' -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] html_theme_options = {"logo": {"text": "Lightning Pose Docs - Home"}} html_logo = "images/LightningPose_logo_light.png" html_favicon = "images/favicon.ico"