Skip to content

Commit 1a18c8b

Browse files
committed
fix: try and remove /en/ {language} from simtemap
1 parent 7d8e792 commit 1a18c8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@
118118
# .htaccess) here, relative to this directory. These files are copied
119119
# directly to the root of the documentation.
120120
html_extra_path = ["html_extra"]
121+
# Default is {version}{lang}{link}
122+
sitemap_url_scheme = "{link}"
121123

122124
display_toc = True
123125
# autodoc_default_flags = ["members"]

0 commit comments

Comments
 (0)