From 7b8aa78e240056531623c3071e6b3cafc02ece90 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 24 Nov 2024 01:36:54 -0800 Subject: [PATCH] Fix linkcheck - html_use_opensearch value must not have a trailing slash - Clean up comments --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5bc2f084a2..4282d26b9f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -290,7 +290,7 @@ def patch_pygments_to_highlight_jsonschema(): # base URL from which the finished HTML is served. # Announce that we have an opensearch plugin # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_use_opensearch -html_use_opensearch = "https://plonerestapi.readthedocs.org/" +html_use_opensearch = "https://plonerestapi.readthedocs.org" # This is the file name suffix for HTML files (e.g. ".xhtml").