We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80782c6 commit ca16739Copy full SHA for ca16739
2 files changed
CHANGES.rst
@@ -8,6 +8,7 @@ Unreleased
8
- Made driver projects use a standalone primary navigation
9
- Removed outmoded database drivers section
10
- Added external-link icon to Support and Community TOC entries.
11
+- Dependencies: Permitted installation of Sphinx 9.x
12
13
2026/01/14 0.47.0
14
-----------------
setup.py
@@ -64,10 +64,10 @@
64
"myst-nb<1.4",
65
"myst-parser[linkify]<5",
66
"snowballstemmer<4",
67
- "sphinx>=7.1,<9",
+ "sphinx>=7.1,<10",
68
"sphinx-basic-ng==1.0.0b2",
69
"sphinx-copybutton>=0.3.1,<1",
70
- "sphinx-design-elements==0.4.1",
+ "sphinx-design-elements<0.5",
71
"sphinx-inline-tabs",
72
"sphinx-sitemap<2.10.0",
73
"sphinx-togglebutton<1",
0 commit comments