diff --git a/doc/source/_static/umich-block-M.svg b/doc/source/_static/umich-block-M.svg new file mode 100644 index 00000000..f5fa9abb --- /dev/null +++ b/doc/source/_static/umich-block-M.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + diff --git a/doc/source/_templates/page.html b/doc/source/_templates/page.html new file mode 100644 index 00000000..83c995b6 --- /dev/null +++ b/doc/source/_templates/page.html @@ -0,0 +1,71 @@ +{% extends "furo/page.html" %} +{% block footer %} + +
+
+

Development of {{ project }} is led by the Glotzer Group at the University of Michigan (supported by NSF DMR 1808342) with many external contributions. +

+ + {%- if show_copyright %} + + {%- endif %} + {% trans %}Made with {% endtrans -%} + {%- if show_sphinx -%} + {% trans %}Sphinx and {% endtrans -%} + @pradyunsg's + {% endif -%} + {% trans %} + Furo + {% endtrans %} + {%- if last_updated -%} +
+ {% trans last_updated=last_updated|e -%} + Last updated on {{ last_updated }} + {%- endtrans -%} +
+ {%- endif %} +
+
+ + University of Michigan logo + +
+
+{% endblock footer %} diff --git a/doc/source/conf.py b/doc/source/conf.py index 633bd873..89cd9283 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -84,4 +84,4 @@ # 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 = ["_static"]