Skip to content

Commit 85a33d9

Browse files
committed
docs: fix mike docs deployment
1 parent 199f8e6 commit 85a33d9

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

docs/theme/overrides/main.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{% extends "base.html" %}
2+
3+
{% block outdated %}
4+
You're not viewing the latest version.
5+
<a href="{{ '../' ~ base_url }}">
6+
<strong>Click here to go to latest.</strong>
7+
</a>
8+
{% endblock %}

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ site_url: https://deepspace2.github.io/plugnpin
55
repo_url: https://github.com/deepspace2/plugnpin
66
theme:
77
name: material
8+
custom_dir: docs/theme/overrides
89
icon:
910
repo: fontawesome/brands/github
1011
features:

0 commit comments

Comments
 (0)