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".