diff --git a/docs/sphinx/_templates/layout.html b/docs/sphinx/_templates/layout.html
index ddbb4f94d378043c33bf2552f8034d8e514cd5f0..f4a9393eacdb099cf616aa90e8e71440f42656d0 100644
--- a/docs/sphinx/_templates/layout.html
+++ b/docs/sphinx/_templates/layout.html
@@ -1,8 +1,8 @@
 {% 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 %}
 
diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py
index 038f6b738e12a98a4ecd66164e14328ad6e19467..da21ce912874ef2da0423934d13485e9c7c7dbd2 100644
--- a/docs/sphinx/conf.py
+++ b/docs/sphinx/conf.py
@@ -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'],