Skip to content

Commit 0381af3

Browse files
committed
Dependencies: Permit installation of Sphinx 9.x
1 parent 80782c6 commit 0381af3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Unreleased
88
- Made driver projects use a standalone primary navigation
99
- Removed outmoded database drivers section
1010
- Added external-link icon to Support and Community TOC entries.
11+
- Dependencies: Permitted installation of Sphinx 9.x
1112

1213
2026/01/14 0.47.0
1314
-----------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"myst-nb<1.4",
6565
"myst-parser[linkify]<5",
6666
"snowballstemmer<4",
67-
"sphinx>=7.1,<9",
67+
"sphinx>=7.1,<10",
6868
"sphinx-basic-ng==1.0.0b2",
6969
"sphinx-copybutton>=0.3.1,<1",
7070
"sphinx-design-elements==0.4.1",

0 commit comments

Comments
 (0)