summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2021-04-23 11:09:35 -0400
committerGitHub <noreply@github.com>2021-04-23 10:09:35 -0500
commitdb5b2faf2e5c804678feb882c1e648cfc079b764 (patch)
tree458e2c1ddf1e4173c720f0f8e355a0e545cfdb3e
parentc2f2041be15d51db872c7de686cd537dc720b12e (diff)
downloadansible-db5b2faf2e5c804678feb882c1e648cfc079b764.tar.gz
pin docutils to 0.16 until theme problem is fixed (#74193) (#74399)
(cherry picked from commit 7443e9d659e48d8a4096d4f64d4610f38188d405)
-rw-r--r--docs/docsite/requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/docsite/requirements.txt b/docs/docsite/requirements.txt
index 1290ac1df0..f4d1165d0a 100644
--- a/docs/docsite/requirements.txt
+++ b/docs/docsite/requirements.txt
@@ -2,8 +2,9 @@
jinja2
PyYAML
rstcheck
-sphinx==2.1.2
+sphinx==2.1.2
sphinx-notfound-page
Pygments >= 2.4.0
straight.plugin # Needed for hacking/build-ansible.py which is the backend build script
antsibull >= 0.15.0
+docutils==0.16 # pin for now until sphinx_rtd_theme is compatible with 0.17 or later