diff --git a/docs/_static/ocio_b.svg b/docs/_static/ocio_b.svg index 7989b24321..3afb8c113c 100644 --- a/docs/_static/ocio_b.svg +++ b/docs/_static/ocio_b.svg @@ -1 +1 @@ -ocio_b \ No newline at end of file +ocio_b \ No newline at end of file diff --git a/docs/_templates/util/navbar.html b/docs/_templates/util/navbar.html new file mode 100644 index 0000000000..51539b34e6 --- /dev/null +++ b/docs/_templates/util/navbar.html @@ -0,0 +1,18 @@ + + + {% if logo_url %} + + {% elif logo %} + + {% else %} + {{ project|e }} + {% endif %} + + + + \ 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": [