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.
1 parent c4f7501 commit c322350Copy full SHA for c322350
docs/conf.py
@@ -47,6 +47,7 @@
47
"sphinx.ext.intersphinx",
48
"sphinx.ext.todo",
49
"sphinx_copybutton",
50
+ "sphinx_sitemap",
51
"sphinxcontrib.spelling",
52
"sphinxext.opengraph",
53
]
@@ -204,6 +205,8 @@
204
205
# If false, no index is generated.
206
html_use_index = True
207
208
+# Used by sphinx_sitemap to generate a sitemap
209
+html_baseurl = "https://6-dev-docs.plone.org"
210
211
# -- Options for HTML help output -------------------------------------------------
212
requirements.txt
@@ -6,6 +6,7 @@ myst-parser
6
sphinx-autobuild
7
sphinx-book-theme
8
sphinx-copybutton
9
+sphinx-sitemap
10
sphinx-togglebutton
11
sphinxcontrib-spelling
12
sphinxext-opengraph
0 commit comments