Skip to content

Commit 10e8577

Browse files
authored
update to Sphinx to 8.1.3 in order to support Python 3.14 (#5278)
1 parent 6ac6895 commit 10e8577

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ pylint==3.3.4
22
httpretty==1.1.4
33
mocket==3.14.1
44
pyright==1.1.405
5-
sphinx==7.1.2
6-
sphinx-rtd-theme==2.0.0rc4
5+
sphinx==8.1.3
6+
sphinx-rtd-theme==3.1.0
77
sphinx-autodoc-typehints==1.25.2
88
pytest==7.4.4
99
pytest-cov==4.1.0

docs-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
sphinx==7.1.2
2-
sphinx-rtd-theme==2.0.0rc4
1+
sphinx==8.1.3
2+
sphinx-rtd-theme==3.1.0
33
sphinx-autodoc-typehints==1.25.2
44
# used to generate docs for the website
55
sphinx-jekyll-builder==0.3.0

0 commit comments

Comments
 (0)