From fe913306b7ebd192b6312e230f0472f134e24f43 Mon Sep 17 00:00:00 2001 From: Lukas Hering Date: Fri, 5 Jun 2026 22:13:23 -0400 Subject: [PATCH] update to Sphinx to 8.1.3 in order to support Python 3.14 --- dev-requirements.txt | 4 ++-- docs-requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 9b9727d3402..9136615b6ab 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,8 +1,8 @@ pylint==3.3.4 httpretty==1.1.4 pyright==1.1.405 -sphinx==7.1.2 -sphinx-rtd-theme==2.0.0rc4 +sphinx==8.1.3 +sphinx-rtd-theme==3.1.0 sphinx-autodoc-typehints==1.25.2 pytest==7.4.4 pytest-cov==4.1.0 diff --git a/docs-requirements.txt b/docs-requirements.txt index b9efb889069..3a7a1c8f2c3 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -1,5 +1,5 @@ -sphinx==7.1.2 -sphinx-rtd-theme==2.0.0rc4 +sphinx==8.1.3 +sphinx-rtd-theme==3.1.0 sphinx-autodoc-typehints==1.25.2 # used to generate docs for the website sphinx-jekyll-builder==0.3.0