summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-04-26 12:17:37 -0400
committerGitHub <noreply@github.com>2022-04-26 09:17:37 -0700
commitc9f5da57ddbd68f4d85321aa53965a1bf985f8f7 (patch)
treeefb8244a78993c61e91b335c29dda0be96cbcb4d
parent5859e99a30e863112a108f2cd5017e19be5a3419 (diff)
downloadansible-c9f5da57ddbd68f4d85321aa53965a1bf985f8f7.tar.gz
Pin antsibull so 2.10 docs build works again (#77645)
* pin antsibull * add known_good_reqs * drop down sphinx version
-rw-r--r--docs/docsite/known_good_reqs.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/docsite/known_good_reqs.txt b/docs/docsite/known_good_reqs.txt
new file mode 100644
index 0000000000..9645fb6a51
--- /dev/null
+++ b/docs/docsite/known_good_reqs.txt
@@ -0,0 +1,18 @@
+# pip packages required to build docsite
+# tested April 14 2022
+
+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
+# 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==2.1.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