Skip to content

Commit 2cd97dc

Browse files
committed
Use pre-release version of sphinx-a4doc for python 3.13
1 parent 6da61ca commit 2cd97dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
sphinx_rtd_theme>=0.5.2
55

66
pygments-lexer-solidity>=0.7.0
7-
sphinx-a4doc>=1.6.0
7+
sphinx-a4doc>=1.6.0; python_version < '3.13'
8+
# todo remove this once there is a version > 1.6.0
9+
sphinx-a4doc @ git+https://github.com/taminomara/sphinx-a4doc@f63d3b2; python_version >= '3.13'
810

911
# Sphinx 2.1.0 is the oldest version that accepts a lexer class in add_lexer()
1012
sphinx>=2.1.0, <6.0

0 commit comments

Comments
 (0)