We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb60be commit 3e32051Copy full SHA for 3e32051
docs/overrides/main.html
@@ -0,0 +1,14 @@
1
+{% extends "base.html" %} {% block content %} {% if page.nb_url %}
2
+<a
3
+ href="{{ page.nb_url }}"
4
+ title="Download Notebook"
5
+ class="md-content__button md-icon"
6
+>
7
+ {% include ".icons/material/download.svg" %}
8
+</a>
9
+{% endif %} {{ super() }} {% endblock content %} {% block outdated %} You're not
10
+viewing the latest version.
11
+<a href="{{ '../' ~ base_url }}">
12
+ <strong>Click here to go to latest.</strong>
13
14
+{% endblock %}
mkdocs.yml
@@ -33,6 +33,7 @@ watch:
33
34
theme:
35
name: material
36
+ custom_dir: docs/overrides
37
palette:
38
# Palette toggle for automatic mode
39
- media: "(prefers-color-scheme)"
0 commit comments