From 3a99e8898c0708f92f22ad723ce342aa7695ab07 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Wed, 16 Aug 2023 17:50:37 -0400 Subject: [PATCH] PyAPI Docs: Update Sphinx and theme Updates sphinx and the them to the latest versions This commit also removes 'babel' from the list of requirements, babel is only important for internationalization. --- doc/python_api/requirements.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/python_api/requirements.txt b/doc/python_api/requirements.txt index 4b31c3f1344..14d60036cb4 100644 --- a/doc/python_api/requirements.txt +++ b/doc/python_api/requirements.txt @@ -1,13 +1,12 @@ -sphinx==5.3.0 +sphinx==7.1.2 # Sphinx dependencies that are important Jinja2==3.1.2 -Pygments==2.13.0 -docutils==0.17.1 +Pygments==2.16.1 +docutils==0.18.1 snowballstemmer==2.2.0 -babel==2.11.0 -requests==2.28.1 +requests==2.31.0 # Only needed to match the theme used for the official documentation. # Without this theme, the default theme will be used. -sphinx_rtd_theme==1.1.0 +sphinx_rtd_theme==1.3.0rc1