diff --git a/doc/sphinx-guides/requirements.txt b/doc/sphinx-guides/requirements.txt index 9fc0e3b8cf6..470ee65bdcf 100755 --- a/doc/sphinx-guides/requirements.txt +++ b/doc/sphinx-guides/requirements.txt @@ -1,2 +1,2 @@ -# match version used by Jenkins -Sphinx==1.5.6 +# current version as of this writing +Sphinx==3.5.4 diff --git a/doc/sphinx-guides/source/conf.py b/doc/sphinx-guides/source/conf.py index f43b3ed4bbf..6daddc34181 100755 --- a/doc/sphinx-guides/source/conf.py +++ b/doc/sphinx-guides/source/conf.py @@ -224,9 +224,7 @@ # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] -html_js_files = [ - 'js/jquery-3.4.1.min.js', -] +#html_js_files = [] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied diff --git a/doc/sphinx_bootstrap_theme/bootstrap/layout.html b/doc/sphinx_bootstrap_theme/bootstrap/layout.html index b8bde799511..9d17996292b 100755 --- a/doc/sphinx_bootstrap_theme/bootstrap/layout.html +++ b/doc/sphinx_bootstrap_theme/bootstrap/layout.html @@ -9,7 +9,7 @@ {% endif %} {% set script_files = script_files + [ - '_static/js/jquery-3.4.1.min.js', + '_static/js/jquery-3.5.1.min.js', '_static/js/jquery-ui.min.js', '_static/bootstrap-' + bootstrap_version + '/js/bootstrap.min.js', '_static/js/jquery-fix.js', @@ -84,7 +84,7 @@