summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2021-07-08 21:12:33 +0200
committerGitHub <noreply@github.com>2021-07-08 14:12:33 -0500
commitb1e9da9d759d5e64590b31992c2ab8c0c6480843 (patch)
tree815a03307cf750f23837707907d7a1861522eff9 /docs
parentca1da07ddaca485587b053d65eb37800e046e11e (diff)
downloadansible-b1e9da9d759d5e64590b31992c2ab8c0c6480843.tar.gz
Bump sphinx_ansible_theme to v0.7.0+ (#75059) (#75174)
This version relies on an external lib implementing lexers and styles. That lib pulls in proper Pygments version so this patch also drops it from direct requirements. (cherry picked from commit d75d9443fcca1d76257321b1a249931c6e641ff5) Co-authored-by: Sviatoslav Sydorenko <webknjaz@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/known_good_reqs.txt2
-rw-r--r--docs/docsite/requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/known_good_reqs.txt b/docs/docsite/known_good_reqs.txt
index 19251591e1..279a5ad7bd 100644
--- a/docs/docsite/known_good_reqs.txt
+++ b/docs/docsite/known_good_reqs.txt
@@ -13,5 +13,5 @@ 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.6.0
+sphinx-ansible-theme===0.7.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 84395e615b..7d6257daf3 100644
--- a/docs/docsite/requirements.txt
+++ b/docs/docsite/requirements.txt
@@ -13,6 +13,6 @@ rstcheck
sphinx
sphinx-notfound-page >= 0.6
sphinx-intl
-sphinx_ansible_theme === 0.6.0
+sphinx-ansible-theme >= 0.7.0
resolvelib
straight.plugin # Needed for hacking/build-ansible.py which is the backend build script