+
+ {%- if show_copyright %}
+
+ {%- if hasdoc('copyright') %}
+ {% trans path=pathto('copyright'), copyright=copyright|e -%}
+
Copyright © {{ copyright }}
+ {%- endtrans %}
+ {%- else %}
+ {% trans copyright=copyright|e -%}
+ Copyright © {{ copyright }}
+ {%- endtrans %}
+ {%- endif %}
+
+ {%- endif %}
+ {% trans %}Made with {% endtrans -%}
+ {%- if show_sphinx -%}
+ {% trans %}
Sphinx and {% endtrans -%}
+
@pradyunsg's
+ {% endif -%}
+ {% trans %}
+
Furo
+ {% endtrans %}
+
· Version {{ release }}
+ {%- if last_updated -%}
+
+ {% trans last_updated=last_updated|e -%}
+ Last updated on {{ last_updated }}
+ {%- endtrans -%}
+
+ {%- endif %}
+
+
+ {% if theme_footer_icons or READTHEDOCS -%}
+
+ {% if theme_footer_icons -%}
+ {% for icon_dict in theme_footer_icons -%}
+
+ {{- icon_dict.html -}}
+
+ {% endfor %}
+ {%- else -%}
+ {%- if READTHEDOCS and slug -%}
+
+
+
+ {%- endif -%}
+ {%- if READTHEDOCS and display_github and github_user != "None" and github_repo != "None" -%}
+
+
+
+ {%- endif -%}
+ {%- endif %}
+
+ {%- endif %}
+
+
+{% endblock footer %}
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 768f7ce65..132fd2b02 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -93,15 +93,25 @@
html_theme = "furo"
html_static_path = ["_static"]
html_css_files = ["custom.css"]
-html_logo = "../../logo.png"
+html_favicon = "_static/favicon.png"
+html_title = "Platform Documentation"
html_theme_options = {
- "announcement": (
- '