Skip to content

Commit

Permalink
Fix linkcheck (#1846)
Browse files Browse the repository at this point in the history
* Fix linkcheck
- html_use_opensearch value must not have a trailing slash
- Clean up comments

* news
  • Loading branch information
stevepiercy authored Nov 24, 2024
1 parent 694ec89 commit 9403ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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").
Expand Down
1 change: 1 addition & 0 deletions news/1846.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`html_use_opensearch` value must not have a trailing slash. Clean up comments. @stevepiercy

0 comments on commit 9403ec4

Please sign in to comment.