Skip to content

Commit 0a6cce5

Browse files
committed
relax sphinx version range to [2.1, 9)
1 parent 2cd97dc commit 0a6cce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ sphinx-a4doc>=1.6.0; python_version < '3.13'
99
sphinx-a4doc @ git+https://github.com/taminomara/sphinx-a4doc@f63d3b2; python_version >= '3.13'
1010

1111
# Sphinx 2.1.0 is the oldest version that accepts a lexer class in add_lexer()
12-
sphinx>=2.1.0, <6.0
12+
sphinx>=2.1.0, <9.0

0 commit comments

Comments
 (0)