From b98667c51008ed842d8d0e79d047e7f40c60e3d5 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Sun, 29 Jan 2023 14:08:27 +0100 Subject: [PATCH 1/2] add missing redirect for Useful_links page in old docs --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 7128d4dd89..9bfcd93730 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -221,6 +221,7 @@ plugins: en/latest/Tracing_progress.html: tracing-progress.md en/latest/Typical_workflow_example_with_WRF.html: typical-workflow-example-with-wrf.md en/latest/Unit-tests.html: unit-tests.md + en/latest/Useful_links.html: index.md en/latest/Useful-scripts.html: useful-scripts.md en/latest/Using_external_modules.html: using-external-modules.md en/latest/Using_the_EasyBuild_command_line.html: using-easybuild.md From d974babbd8a9ef659ece382bba50105bb0be42e4 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Sun, 29 Jan 2023 14:28:22 +0100 Subject: [PATCH 2/2] stick to mkdocs-material==9.0.6 for now to work around failing docs build --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3149d5d798..41307c89a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mkdocs -mkdocs-material +mkdocs-material==9.0.6 mkdocs-redirects mkdocs-git-revision-date-localized-plugin mkdocs-autorefs