Skip to content

Commit e00e192

Browse files
committed
Relax sphinx version to >=4.5,<5 - add constraint to sphinx-plugin metadata
1 parent 1448932 commit e00e192

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Sphinx==4.5.0
1+
sphinx>=4.5,<5
22
sphinx_rtd_theme
33
m2r2
44
furo

sphinx-plugin/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sphinx==4.5.0
1+
sphinx>=4.5,<5
22
sphinx-rst-builder

sphinx-plugin/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ classifiers =
4141
packages = find:
4242
install_requires =
4343
python-dispatch
44-
sphinx>=4.5
44+
sphinx>=4.5,<5
4545
importlib_metadata;python_version<'3.8'
4646

4747

0 commit comments

Comments
 (0)