From 9cd99684b02e83b60821497ed749258a6c03d922 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 10 Oct 2022 23:17:01 -0400 Subject: Py Docs: Update to sphinx 5.2.3 Notable change is the improvements made to search. --- doc/python_api/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/python_api/requirements.txt b/doc/python_api/requirements.txt index 7d9bb497329..bf120f24995 100644 --- a/doc/python_api/requirements.txt +++ b/doc/python_api/requirements.txt @@ -1,4 +1,4 @@ -sphinx==5.1.1 +sphinx==5.2.3 # Sphinx dependencies that are important Jinja2==3.1.2 @@ -6,7 +6,7 @@ Pygments==2.13.0 docutils==0.17.1 snowballstemmer==2.2.0 babel==2.10.3 -requests==2.27.1 +requests==2.28.1 # Only needed to match the theme used for the official documentation. # Without this theme, the default theme will be used. -- cgit v1.2.3