From fce21f17a88941d6c58b2a347de9cc66cb2b2ba3 Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Thu, 25 Jan 2024 13:30:00 +0000 Subject: [PATCH] Remove uneccesary path --- docs/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 639f6a6..2ec4a5f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -5,7 +5,6 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html from datetime import datetime -import dask_sphinx_theme from dask_ctl import __version__ # -- Path setup -------------------------------------------------------------- @@ -51,8 +50,7 @@ # html_theme = "dask_sphinx_theme" -html_theme_path = [dask_sphinx_theme.get_html_theme_path()] -html_theme_options = {} + # 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, # so a file named "default.css" will overwrite the builtin "default.css".