From 429b8fd4bda065f890f949ccd0ec104a29ba3de7 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Thu, 4 Jan 2024 20:11:02 -0700 Subject: [PATCH] Fix: sitemap url is wrong (#148) --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 43b67207..92b5b20f 100644 --- a/conf.py +++ b/conf.py @@ -119,6 +119,7 @@ # For sitemap generation html_baseurl = "https://www.pyopensci.org/python-package-guide/" +sitemap_url_scheme = "{link}" # -- Options for HTML output -------------------------------------------------