diff --git a/docs/conf.py b/docs/conf.py index bdb4be3..4bb46d4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ html_static_path = ['_static'] # These paths are either relative to html_static_path # or fully qualified paths (eg. https://...) html_css_files = [ - 'css/custom.css', + 'custom.css', ] pygments_style = "sphinx"