From 0e46460cf3dfc322b841a8107f7c9a4b9aebfe24 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 11 Sep 2026 22:51:59 +0100 Subject: [PATCH 1/2] Include nav fix in minimal default theme --- src/mkdocs/theme/base.html | 2 +- src/mkdocs/theme/navigation.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 src/mkdocs/theme/navigation.html diff --git a/src/mkdocs/theme/base.html b/src/mkdocs/theme/base.html index d647f36..9e3cfe0 100644 --- a/src/mkdocs/theme/base.html +++ b/src/mkdocs/theme/base.html @@ -263,7 +263,7 @@ {% if nav %} {% endif %} {% if page.toc %} diff --git a/src/mkdocs/theme/navigation.html b/src/mkdocs/theme/navigation.html new file mode 100644 index 0000000..0d38f18 --- /dev/null +++ b/src/mkdocs/theme/navigation.html @@ -0,0 +1,3 @@ + From ccc30d10d2058e87d408884b1ff3445e951cb56c Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 11 Sep 2026 22:54:13 +0100 Subject: [PATCH 2/2] Include #55 ref in changelog --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 62b2b6e..4596167 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,7 +2,7 @@ **Navigation Support Bugfix** -Use relative URLs for site navigation. Ensures that sites hosted on a subpath still link correctly. [#54](https://github.com/encode/mkdocs/pull/54) +Use relative URLs for site navigation. Ensures that sites hosted on a subpath still link correctly. [#54](https://github.com/encode/mkdocs/pull/54), [#55](https://github.com/encode/mkdocs/pull/55) ## 2.0.dev4