Skip to content
Snippets Groups Projects
Commit 3aee7f24 authored by Bienchen's avatar Bienchen
Browse files

Fixing looking for non existant directory for Sphinx

parent 412a98d3
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,7 @@ html_theme = 'sphinxdoc' ...@@ -124,7 +124,7 @@ html_theme = 'sphinxdoc'
# Add any paths that contain custom static files (such as style sheets) here, # 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, # relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static'] html_static_path = list()
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format. # using the given strftime format.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment