From 093662390150491a81e8762d24d96a4258b0aa0d Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Thu, 7 Jan 2021 14:40:01 -0500 Subject: [PATCH] update the docs requirements versions (#73108) --- docs/docsite/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docsite/requirements.txt b/docs/docsite/requirements.txt index 1290ac1df09..0b8ecd60b32 100644 --- a/docs/docsite/requirements.txt +++ b/docs/docsite/requirements.txt @@ -2,8 +2,8 @@ jinja2 PyYAML rstcheck -sphinx==2.1.2 -sphinx-notfound-page +sphinx==2.1.2 +sphinx-notfound-page >= 0.6 Pygments >= 2.4.0 straight.plugin # Needed for hacking/build-ansible.py which is the backend build script -antsibull >= 0.15.0 +antsibull >= 0.25.0