From 1d37b9bb1d1fd730bb56eaf2373ed3bd259077d6 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Thu, 4 Jan 2024 20:10:29 -0700 Subject: [PATCH] Fix: sitemap url is wrong --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 43b672077..92b5b20f8 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 -------------------------------------------------