diff --git a/doc/sphinx/_static/cantera-logo.png b/doc/sphinx/_static/cantera-logo.png new file mode 100644 index 000000000..424d1375b Binary files /dev/null and b/doc/sphinx/_static/cantera-logo.png differ diff --git a/doc/sphinx/_static/favicon.ico b/doc/sphinx/_static/favicon.ico new file mode 100644 index 000000000..caa70b8e1 Binary files /dev/null and b/doc/sphinx/_static/favicon.ico differ diff --git a/doc/sphinx/_templates/layout.html b/doc/sphinx/_templates/layout.html new file mode 100644 index 000000000..b36d477f9 --- /dev/null +++ b/doc/sphinx/_templates/layout.html @@ -0,0 +1,10 @@ +{% extends "!layout.html" %} + + +{% block relbar1 %} +
+ +Cantera +
+{{ super() }} +{% endblock %} diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 2da13b7b3..13eeba1c5 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -135,7 +135,7 @@ html_theme = 'sphinxdoc' # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. -#html_favicon = None +html_favicon = "_static/favicon.ico" # 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,