Skip to content
Snippets Groups Projects
Commit a988b28c authored by Régis Behmo's avatar Régis Behmo
Browse files

Fix sphinx html_static_path warning

parent 65f7b0f1
Branches
Tags
No related merge requests found
......@@ -85,7 +85,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 = ['img']
# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment