We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da61ca commit 2cd97dcCopy full SHA for 2cd97dc
docs/requirements.txt
@@ -4,7 +4,9 @@
4
sphinx_rtd_theme>=0.5.2
5
6
pygments-lexer-solidity>=0.7.0
7
-sphinx-a4doc>=1.6.0
+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'
10
11
# Sphinx 2.1.0 is the oldest version that accepts a lexer class in add_lexer()
12
sphinx>=2.1.0, <6.0
0 commit comments