From 8643db5ac3f583cecaf03d20473902cfdfdb7574 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 27 Sep 2021 22:52:05 +0200 Subject: [PATCH] Bump antsibull version to get support for attributes and CLI options (#75787) * Bump antsibull version to get support for attributes and CLI options. * Include fix for attributes. * Include fix for rst_epilog collision and for #75799. --- docs/docsite/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/requirements.txt b/docs/docsite/requirements.txt index 7d6257daf30..ac3175a77a0 100644 --- a/docs/docsite/requirements.txt +++ b/docs/docsite/requirements.txt @@ -3,7 +3,7 @@ # if you want known good versions of these dependencies # use known_good_reqs.txt instead -antsibull >= 0.34.0 +antsibull >= 0.38.2 docutils == 0.16 # pin for now until the problem with unordered lists is fixed # see https://github.com/readthedocs/sphinx_rtd_theme/issues/1115jinja2==3.0.1 jinja2