From cc651e6bff41839614043ea768cf10c33275f4f7 Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Sun, 10 Oct 2021 03:17:33 -0700 Subject: [PATCH] do not include version in the auto-generated sitemap fix #172 --- doc/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 9a7aef0a4..be4e343b8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -95,8 +95,10 @@ def sort_authors(filename): mathjax_path = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML' site_url = "https://userguide.mdanalysis.org" +sitemap_url_scheme = "{link}" html_use_opensearch = 'https://userguide.mdanalysis.org' + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']