From 6b5bdd44000aff2a9c470c91158b1cd328ab3f72 Mon Sep 17 00:00:00 2001 From: Michael DuBelko Date: Fri, 10 Jul 2026 09:52:28 -0700 Subject: [PATCH] build: rename sitemap Because these docs don't use a version or language slug, RTD defaults to the sitemap at the site root. There's a bug with RTD where this file is unavailable after our builds, so we need to rename it. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 2bc6f53..7964138 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -189,7 +189,7 @@ # Default name conflicts with RTD's sitemap generation -# sitemap_filename = "sitemap.xml" +sitemap_filename = "doc-sitemap.xml" # Exclude generated pages from the sitemap: