summaryrefslogtreecommitdiff
path: root/docs/docsite/known_good_reqs.txt
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2021-11-19 06:17:50 -0500
committerGitHub <noreply@github.com>2021-11-19 03:17:50 -0800
commitc379e61b8b8d4eb40e2bcc3be408b974a6b8fadf (patch)
treeb73be45cced548e806cdcb4645a08864dfa4fa32 /docs/docsite/known_good_reqs.txt
parent04698b0c41389257be55d9035f089e715851b612 (diff)
downloadansible-c379e61b8b8d4eb40e2bcc3be408b974a6b8fadf.tar.gz
Update docs build requirements to most recent versions of dependencies (#76283)
* align requirements files to more recent versions * bump up to latest antsibull * update sphinx in rstcheck requirements * update to dependency versions that sphinx 4.2 pulls in * use same no-cap spelling
Diffstat (limited to 'docs/docsite/known_good_reqs.txt')
-rw-r--r--docs/docsite/known_good_reqs.txt33
1 files changed, 17 insertions, 16 deletions
diff --git a/docs/docsite/known_good_reqs.txt b/docs/docsite/known_good_reqs.txt
index 75323d13b0..722e4bd3eb 100644
--- a/docs/docsite/known_good_reqs.txt
+++ b/docs/docsite/known_good_reqs.txt
@@ -1,18 +1,19 @@
# pip packages required to build docsite
-# tested June 9 2021
+# tested Nov 11 2021
+# NOTE - this file must align with CI test for docs-build at
+# test/sanity/code-smell/docs-build.requirements.txt
+# test/sanity/code-smell/rstcheck.requirements.txt
-antsibull
-# 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
-PyYAML==5.4.1
-resolvelib==0.5.4
-rstcheck==3.3.1
-sphinx==4.0.2
-sphinx-notfound-page==0.7.1 # must be >= 0.6
-sphinx-intl==2.0.1
-sphinx-ansible-theme===0.7.0
-straight.plugin==1.5.0 # Needed for hacking/build-ansible.py which is the backend build script
+antsibull == 0.39.2
+# sphinx 4.2.0 requires docutils < 0.18
+docutils == 0.17.1
+jinja2 == 3.0.3
+pygments == 2.10.0
+pyyaml == 6.0
+resolvelib == 0.5.4
+rstcheck == 3.3.1
+sphinx == 4.2.0
+sphinx-notfound-page == 0.8 # must be >= 0.6
+sphinx-intl == 2.0.1
+sphinx-ansible-theme === 0.8.0
+straight.plugin == 1.5.0 # Needed for hacking/build-ansible.py which is the backend build script