We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b14c4f0 + c179776 commit 30cc5a5Copy full SHA for 30cc5a5
source/conf.py
@@ -272,6 +272,7 @@
272
273
# -- Sitemap Extension -------------------------------------------------------
274
sitemap_url_scheme = "{link}"
275
+sitemap_filename = "vsc-docs-sitemap.xml"
276
277
# -- Page redirects ----------------------------------------------------------
278
redirects = {
source/robots.txt
@@ -1,4 +1,4 @@
1
User-agent: *
2
Allow: /
3
4
-Sitemap: https://docs.vscentrum.be/sitemap.xml
+Sitemap: https://docs.vscentrum.be/vsc-docs-sitemap.xml
0 commit comments