From 221de710711047c2e65cd1f5e9fcebdd8a115236 Mon Sep 17 00:00:00 2001 From: Ian Stapleton Cordasco Date: Tue, 2 Nov 2021 05:52:28 -0500 Subject: [PATCH] Fix ReadTheDocs builds docutils 0.18 is busted and needs to be prevented from being installed Related to https://github.com/sphinx-doc/sphinx/issues/9788 Related to https://github.com/readthedocs/readthedocs.org/issues/8616 --- docs/source/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/requirements.txt b/docs/source/requirements.txt index 984ca54..aa123b8 100644 --- a/docs/source/requirements.txt +++ b/docs/source/requirements.txt @@ -2,3 +2,4 @@ sphinx>=1.3.0,!=3.1.0 sphinx_rtd_theme sphinx-prompt flake8-polyfill +docutils!=0.18