Skip to content

Commit eac7986

Browse files
committed
Fix generated sitemap url-scheme
1 parent f382838 commit eac7986

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/_static/sitemap_vocab.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
4-
<loc>https://nfdi4cat.github.io/voc4cat/latest/voc4cat/index.html </loc>
4+
<loc>https://nfdi4cat.github.io/voc4cat/latest/voc4cat/index.html</loc>
55
</url>
66
</urlset>

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161

6262
# -- Options for sitemap extension -------------------------------------------
6363
# https://sphinx-sitemap.readthedocs.io/en/latest/configuration.html
64+
sitemap_url_scheme = "{link}" # use html_baseurl as is, without language code prefix
6465
sitemap_show_lastmod = True
6566
sitemap_indent = 2
6667

0 commit comments

Comments
 (0)