From c17df6a9a4676fb9a33f7e4e467fdf0eaa244c05 Mon Sep 17 00:00:00 2001 From: IgorTatarnikov Date: Fri, 20 Oct 2023 16:13:18 +0100 Subject: [PATCH] Changed the default URL scheme to exclude language. --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index afccefc..11d3478 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -90,6 +90,7 @@ # Sphinx will create the appropriate CNAME file in the build directory # https://www.sphinx-doc.org/en/master/usage/extensions/githubpages.html html_baseurl = 'https://neuroinformatics.dev/' +sitemap_url_scheme = "{link}" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,