From 5ff8e8011e3756d92fd7c3fa2f722a20fc66c132 Mon Sep 17 00:00:00 2001 From: Guro Date: Tue, 1 Jul 2025 19:54:54 +0200 Subject: [PATCH] Update requirements.txt --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index f4c1aae61730..5b050bfc90c4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,7 +7,7 @@ sphinx_rtd_theme>=0.5.2, <3.0.0 pygments-lexer-solidity>=0.7.0 sphinx-a4doc>=1.6.0; python_version < '3.13' # todo remove this once there is a version > 1.6.0 -sphinx-a4doc @ git+https://github.com/taminomara/sphinx-a4doc@f63d3b2; python_version >= '3.13' +sphinx-a4doc @ git+https://github.com/taminomara/sphinx-a4doc/commit/f63d3b2; python_version >= '3.13' # Sphinx 2.1.0 is the oldest version that accepts a lexer class in add_lexer() sphinx>=2.1.0, <9.0