From f45079c0ac729f6cff9bfc011c3528e131791b1c Mon Sep 17 00:00:00 2001 From: William Cohen Date: Tue, 3 Mar 2026 22:13:49 -0500 Subject: [PATCH] docs: Update docs to use current live URL for the sphinxcontrib-redoc When making the documentation an error like the following would be generated: sphinx.errors.ExtensionError: Handler for event 'build-finished' threw an exception (exception: HTTP Error 404: Not Found) This was caused by conf.py using the a dead link for redoc_url. Updated redoc_url to the current link and documentation can be rebuilt. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 6d5d0637782..be6a3326294 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -93,7 +93,7 @@ }, ] -redoc_uri = 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js' +redoc_uri = 'https://cdn.jsdelivr.net/npm/redoc@next/bundle/redoc.standalone.js' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the