From 401a5e68d00bb45156a65b3a4d36ec7dc2dc5f41 Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Sun, 10 Oct 2021 03:10:49 -0700 Subject: [PATCH] do not include version in sitemap fix #95 --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index cbff680..f282183 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -42,6 +42,7 @@ # for sitemap with https://github.com/jdillard/sphinx-sitemap site_url = "https://www.mdanalysis.org/GridDataFormats/" +sitemap_url_scheme = "{link}" # https://stackoverflow.com/questions/5599254/how-to-use-sphinxs-autodoc-to-document-a-classs-init-self-method autoclass_content = 'both'