Skip to content
Snippets Groups Projects
Commit fb2b8a07 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

remove unused _static path that triggers warning

parent 6b5e5623
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment