Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use antsibull 0.40.1 for docsite build #76675

Merged
merged 6 commits into from
Jan 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docsite/known_good_reqs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# test/sanity/code-smell/docs-build.requirements.txt
# test/sanity/code-smell/rstcheck.requirements.txt

antsibull == 0.39.2
antsibull == 0.40.1
# sphinx 4.2.0 requires docutils < 0.18
docutils == 0.17.1
jinja2 == 3.0.3
Expand All @@ -15,5 +15,5 @@ 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
sphinx-ansible-theme === 0.9.0
straight.plugin == 1.5.0 # Needed for hacking/build-ansible.py which is the backend build script
4 changes: 2 additions & 2 deletions docs/docsite/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# if you want known good versions of these dependencies
# use known_good_reqs.txt instead

antsibull >= 0.39.2
antsibull >= 0.40.1
docutils
jinja2
pygments >= 2.10.0
Expand All @@ -12,6 +12,6 @@ rstcheck
sphinx
sphinx-notfound-page >= 0.6
sphinx-intl
sphinx-ansible-theme >= 0.7.0
sphinx-ansible-theme >= 0.9.0
resolvelib
straight.plugin # Needed for hacking/build-ansible.py which is the backend build script
4 changes: 2 additions & 2 deletions test/sanity/code-smell/docs-build.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ aiohttp==3.8.0
aiosignal==1.2.0
alabaster==0.7.12
ansible-pygments==0.1.0
antsibull==0.39.2
antsibull==0.40.1
antsibull-changelog==0.12.0
async-timeout==4.0.1
asyncio-pool==0.5.2
Expand Down Expand Up @@ -34,7 +34,7 @@ sh==1.14.2
six==1.16.0
snowballstemmer==2.1.0
Sphinx==4.2.0
sphinx-ansible-theme==0.8.0
sphinx-ansible-theme==0.9.0
sphinx-notfound-page==0.8
sphinx-rtd-theme==1.0.0
sphinxcontrib-applehelp==1.0.2
Expand Down