Skip to content

Commit 13e1435

Browse files
committed
Update Sphinx to v7+ for Python 3.13+ compatibility.
Sphinx 4.2.0 uses the imghdr module which was removed in Python 3.13. Updated to Sphinx >=7.0.0 which is compatible with modern Python versions. Also updated sphinx_rtd_theme to use >= instead of == for better compatibility.
1 parent da68611 commit 13e1435

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ dependencies:
1414
- pytest-dependency>=0.5.1
1515
- pytest-env>=0.6.2
1616
- pytest-cov>=2.11.1
17-
- sphinx==4.2.0
17+
- sphinx>=7.0.0
1818
- breathe>=4.30.0
1919
- sphinxcontrib-bibtex>=2.2.0
2020
- coverage>=5.5
2121
- argparse>=1.4
2222
- h5py>=3.1
23-
- sphinx_rtd_theme==1.0.0
23+
- sphinx_rtd_theme>=1.0.0

0 commit comments

Comments
 (0)