Skip to content

Commit ca16739

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

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
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",
70-
"sphinx-design-elements==0.4.1",
70+
"sphinx-design-elements<0.5",
7171
"sphinx-inline-tabs",
7272
"sphinx-sitemap<2.10.0",
7373
"sphinx-togglebutton<1",

0 commit comments

Comments
 (0)