diff --git a/docs/source/conf.py b/docs/source/conf.py index db4101bf781340c8369af080e073ec7d26c43e8a..344b4f2565e31ece55ecc76a3db5372b058a0ee0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -93,7 +93,7 @@ html_theme = 'sphinx_rtd_theme' # 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". -html_static_path = ['_static'] +html_static_path = [] # Both the class’ and the __init__ method’s docstring # are concatenated and inserted.