From db5b2faf2e5c804678feb882c1e648cfc079b764 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Fri, 23 Apr 2021 11:09:35 -0400 Subject: [PATCH] pin docutils to 0.16 until theme problem is fixed (#74193) (#74399) (cherry picked from commit 7443e9d659e48d8a4096d4f64d4610f38188d405) --- docs/docsite/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docsite/requirements.txt b/docs/docsite/requirements.txt index 1290ac1df09..f4d1165d0ad 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