diff options
author | Sandra McCann <samccann@redhat.com> | 2023-02-09 20:22:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 20:22:15 +0100 |
commit | d47a848219fa357ba8740191903b5538d460082e (patch) | |
tree | c5a923621b2fc090cfd7416cc9799abfd7827e22 /docs/docsite/requirements.txt | |
parent | Add an integration test to ensure that defaults don't count towards mutually ... (diff) | |
download | ansible-d47a848219fa357ba8740191903b5538d460082e.tar.xz ansible-d47a848219fa357ba8740191903b5538d460082e.zip |
fix core devel doc output (#79902)
Diffstat (limited to '')
-rw-r--r-- | docs/docsite/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/requirements.txt b/docs/docsite/requirements.txt index 66e707c6af..47b178eb14 100644 --- a/docs/docsite/requirements.txt +++ b/docs/docsite/requirements.txt @@ -10,9 +10,9 @@ jinja2 pygments >= 2.10.0 pyyaml rstcheck -sphinx sphinx-notfound-page >= 0.6 sphinx-intl sphinx-ansible-theme >= 0.9.1 +sphinx resolvelib straight.plugin # Needed for hacking/build-ansible.py which is the backend build script |