From 64848506d55c5f396fea38631941728f97f55ae8 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Wed, 13 Aug 2025 13:49:20 -0400 Subject: [PATCH 1/3] Remove changelog list from the homepage --- docs/index.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/index.md b/docs/index.md index 0900d6e70..bb316d472 100644 --- a/docs/index.md +++ b/docs/index.md @@ -45,11 +45,3 @@ Information about contributing to the JupyterGIS project. contributor_guide/index ``` - -## More - -```{toctree} -:maxdepth: 2 - -changelog -``` From 0eb1ea7b27baecc3c874f30c0a7fb3fab340ad56 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Wed, 20 Aug 2025 11:41:44 -0600 Subject: [PATCH 2/3] Switch to hidden changelog to preserve top navbar link to changelog --- docs/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/index.md b/docs/index.md index bb316d472..1d83c3e37 100644 --- a/docs/index.md +++ b/docs/index.md @@ -45,3 +45,10 @@ Information about contributing to the JupyterGIS project. contributor_guide/index ``` + + +```{toctree} +:hidden: + +changelog +``` From d350b43b0f691f52713756ef2adff0bff3308a7f Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Wed, 20 Aug 2025 11:46:49 -0600 Subject: [PATCH 3/3] Lint :bell: --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 1d83c3e37..4e35867cc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -47,6 +47,7 @@ contributor_guide/index ``` + ```{toctree} :hidden: