+
+ {% if logo_url %}
+
+ {% elif logo %}
+
+ {% else %}
+ {{ project|e }}
+ {% endif %}
+
+
+
+
+ {%- include "util/navlinks.html" %}
+ {%- include "util/extlinks.html" %}
+
+
+
\ No newline at end of file
diff --git a/docs/conf.py b/docs/conf.py
index 13c20ad9d1..684379265e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -118,6 +118,7 @@
html_theme = "press"
html_logo = "_static/ocio_b.svg"
html_static_path = ["_static"]
+templates_path = ["_templates"]
html_theme_options = {
"external_links": [