From c3a437fa825f8047680444c9bbb530f68c7b0ba6 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Tue, 8 Jun 2021 09:31:28 +0200 Subject: [PATCH] docs - rename the sitemap to avoid conflicts ? --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 76275f1..929c667 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -83,6 +83,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] html_static_path = ['_static'] # for sitemap +sitemap_filename = "mysitemap.xml" branch = get_git_branch() if branch == "master" : html_baseurl = 'https://bunkerized-nginx.readthedocs.io/en/latest/'