From 8225114a688136ab9a108f4a0b15cd62414b33e5 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Thu, 4 Jan 2024 19:54:46 -0700 Subject: [PATCH] Fix: sitemap this is the start of fixing the sitemap --- conf.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/conf.py b/conf.py index cd36215c..43b67207 100644 --- a/conf.py +++ b/conf.py @@ -46,8 +46,6 @@ ] myst_heading_anchors = 3 -# For generating sitemap -html_baseurl = "https://www.pyopensci.org/software-peer-review/" # Link to our repo for easy PR/ editing html_theme_options = { @@ -119,8 +117,8 @@ "README.md", ] -# For sitemap -html_baseurl = "https://www.pyopensci.org/package-review-guide/" +# For sitemap generation +html_baseurl = "https://www.pyopensci.org/python-package-guide/" # -- Options for HTML output -------------------------------------------------