diff --git a/docs/docsite/known_good_reqs.txt b/docs/docsite/known_good_reqs.txt index 75323d13b02..722e4bd3eb8 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 diff --git a/docs/docsite/requirements.txt b/docs/docsite/requirements.txt index ac3175a77a0..ff212ba833c 100644 --- a/docs/docsite/requirements.txt +++ b/docs/docsite/requirements.txt @@ -1,14 +1,13 @@ # pip packages required to build docsite # these requirements are as loosely defined as possible # if you want known good versions of these dependencies -# use known_good_reqs.txt instead +# use known_good_reqs.txt instead -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 +antsibull >= 0.39.2 +docutils jinja2 -Pygments >= 2.4.0 -PyYAML +pygments >= 2.10.0 +pyyaml rstcheck sphinx sphinx-notfound-page >= 0.6