diff --git a/docs/overrides/main.html b/docs/overrides/main.html new file mode 100644 index 0000000..be24207 --- /dev/null +++ b/docs/overrides/main.html @@ -0,0 +1,22 @@ +{% extends "base.html" %} + +{% block analytics %} + {{ super() }} + + + + +{% endblock %} \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 7a264c9..2a19236 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,6 +14,7 @@ copyright: Copyright © 2022 - 2024 Sergey Shorokhov # Configuration theme: name: material + custom_dir: docs/overrides palette: # Palette toggle for light mode - scheme: default