Skip to content

Commit ed26feb

Browse files
committed
chore(deps): bump to 1.2.2 for sphinx requirements
Signed-off-by: Gabriel Harris-Rouquette <gabizou@me.com>
1 parent b1c07f0 commit ed26feb

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.2.2
4+
5+
- Bump `install_requires` ceiling to `sphinx>=4.5,<10` so the theme installs
6+
alongside Sphinx 9.x. No template, CSS, or Python API changes — verified by
7+
running a full SpongeDocs build with `-W` against Sphinx 9.1.0.
8+
39
## 1.2.0
410

511
- Bump `install_requires` to `sphinx-rtd-theme>=2.0,<4` and `sphinx>=4.5,<9` so

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
packages=['sponge_docs_theme'],
1313
install_requires=[
14-
'sphinx>=4.5,<9',
14+
'sphinx>=4.5,<10',
1515
'sphinx_rtd_theme>=2.0,<4',
1616
],
1717

src/theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 2, 1)
1+
VERSION = (1, 2, 2)
22
__version__ = '.'.join(str(v) for v in VERSION)
33

44

0 commit comments

Comments
 (0)