From 97f1e400fc0439ca9bdf90a2c5739902d75d3f3b Mon Sep 17 00:00:00 2001 From: samccann Date: Thu, 14 Apr 2022 12:10:08 -0400 Subject: [PATCH 1/3] match to docs-build.requirements.txt --- docs/docsite/known_good_reqs.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docsite/known_good_reqs.txt b/docs/docsite/known_good_reqs.txt index 75323d13b02286..0c663b4afb74b0 100644 --- a/docs/docsite/known_good_reqs.txt +++ b/docs/docsite/known_good_reqs.txt @@ -1,18 +1,18 @@ # pip packages required to build docsite -# tested June 9 2021 +# tested April 14 2022 - match requirements to docs-build.requirements.txt -antsibull +antsibull==0.26 # version floats free, since we control features and releases docutils==0.16 # check unordered lists when testing more recent docutils versions # see https://github.com/readthedocs/sphinx_rtd_theme/issues/1115 jinja2==3.0.1 -Pygments==2.9.0 +Pygments==2.10.0 PyYAML==5.4.1 resolvelib==0.5.4 rstcheck==3.3.1 -sphinx==4.0.2 +sphinx==2.1.2 sphinx-notfound-page==0.7.1 # must be >= 0.6 sphinx-intl==2.0.1 -sphinx-ansible-theme===0.7.0 +sphinx-ansible-theme===0.8.0 straight.plugin==1.5.0 # Needed for hacking/build-ansible.py which is the backend build script From 2e0ef0979f01b2d4ed2f29f42d53d0f250e000b4 Mon Sep 17 00:00:00 2001 From: samccann Date: Thu, 14 Apr 2022 12:58:25 -0400 Subject: [PATCH 2/3] just pin antsibull --- docs/docsite/known_good_reqs.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docsite/known_good_reqs.txt b/docs/docsite/known_good_reqs.txt index 0c663b4afb74b0..99ae70c7980e80 100644 --- a/docs/docsite/known_good_reqs.txt +++ b/docs/docsite/known_good_reqs.txt @@ -1,18 +1,18 @@ # pip packages required to build docsite -# tested April 14 2022 - match requirements to docs-build.requirements.txt +# tested April 14 2022 -antsibull==0.26 +antsibull==0.43.0 # version floats free, since we control features and releases docutils==0.16 # check unordered lists when testing more recent docutils versions # see https://github.com/readthedocs/sphinx_rtd_theme/issues/1115 jinja2==3.0.1 -Pygments==2.10.0 +Pygments==2.9.0 PyYAML==5.4.1 resolvelib==0.5.4 rstcheck==3.3.1 -sphinx==2.1.2 +sphinx==4.0.2 sphinx-notfound-page==0.7.1 # must be >= 0.6 sphinx-intl==2.0.1 -sphinx-ansible-theme===0.8.0 +sphinx-ansible-theme===0.7.0 straight.plugin==1.5.0 # Needed for hacking/build-ansible.py which is the backend build script From 36c938e06dc308e38a64df79e6730de186904d08 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Thu, 14 Apr 2022 13:45:09 -0400 Subject: [PATCH 3/3] Update docs/docsite/known_good_reqs.txt --- docs/docsite/known_good_reqs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/known_good_reqs.txt b/docs/docsite/known_good_reqs.txt index 99ae70c7980e80..6000ad6fe30478 100644 --- a/docs/docsite/known_good_reqs.txt +++ b/docs/docsite/known_good_reqs.txt @@ -1,7 +1,7 @@ # pip packages required to build docsite # tested April 14 2022 -antsibull==0.43.0 +antsibull==0.42.0 # version floats free, since we control features and releases docutils==0.16 # check unordered lists when testing more recent docutils versions