+ {% if config.copyright %}
+
+
+
+
+
+
+ {{ config.copyright }}
+
+
+ {% endif %}
+ {% if not config.extra.generator == false %}
+ Made with
+
+ Material for MkDocs
+
+ {% endif %}
+
diff --git a/documentation/references.bib b/documentation/references.bib
new file mode 100644
index 0000000..e69de29
diff --git a/documentation/requirements.txt b/documentation/requirements.txt
new file mode 100644
index 0000000..690e6d2
--- /dev/null
+++ b/documentation/requirements.txt
@@ -0,0 +1,7 @@
+mkdocs-material==9.6.11
+mkdocs-git-revision-date-localized-plugin==1.2.0
+mkdocs-macros-plugin==1.0.4
+mkdocs-bibtex==4.4.0
+pypandoc_binary==1.15
+git+https://github.com/rbeucher/mkdocs_events_plugin.git
+git+https://github.com/ACCESS-NRI/mkdocs_include_configuration_stubs_plugin.git
\ No newline at end of file