Skip to content

Commit 152db0d

Browse files
committed
Dependencies: Permit installation of Sphinx 9.x
1 parent 605be47 commit 152db0d

2 files changed

Lines changed: 4 additions & 3 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
"jinja2>=3,<4",
6363
"jupysql<0.12",
6464
"myst-nb<1.4",
65-
"myst-parser[linkify]<5",
65+
"myst-parser[linkify]<6",
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)