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 3dc3e91 + d7c18c0 commit faa7b27Copy full SHA for faa7b27
docs/conf.py
@@ -278,7 +278,9 @@
278
html_use_index = True
279
280
# Used by sphinx_sitemap to generate a sitemap
281
-html_baseurl = "https://6.docs.plone.org"
+html_baseurl = "https://6.docs.plone.org/"
282
+# https://sphinx-sitemap.readthedocs.io/en/latest/advanced-configuration.html#customizing-the-url-scheme
283
+sitemap_url_scheme = "{link}"
284
285
# -- Options for HTML help output -------------------------------------------------
286
docs/robots.txt
@@ -5,3 +5,4 @@ Disallow: /.doctrees/
5
Disallow: /*.txt$
6
Disallow: /.buildinfo$
7
Disallow: /objects.inv$
8
+Sitemap: https://6.docs.plone.org/sitemap.xml
0 commit comments