Skip to content
Snippets Groups Projects
Commit 1c09bbe3 authored by Christopher Haine's avatar Christopher Haine
Browse files

fix static

parent b05b2404
No related branches found
No related tags found
No related merge requests found
Pipeline #111563 canceled
{% extends "!layout.html" %}
{% block sidebarlogo %}
<a href="../_build/index.html">
<img src="../_static/maestro-logo.png" alt="Maestro logo">
<a href="index.html">
<img src="_static/maestro-logo.png" alt="Maestro logo">
</a>
{% endblock %}
......
......@@ -70,8 +70,7 @@ html_theme = 'alabaster'
# 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 = []
html_static_path = ['_static']
html_sidebars = {
'**': ['globaltoc.html', 'searchbox.html'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment