diff options
-rw-r--r-- | Doc/requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 2b70af3..dd3c8e6 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -4,6 +4,10 @@ # won't suddenly cause build failures. Updating the version is fine as long # as no warnings are raised by doing so. sphinx==3.2.1 +# Docutils version is pinned to a version compatible with Sphinx +# version 3.2.1. It can be removed after bumping Sphinx version to at +# least 3.5.4. +docutils==0.17.1 blurb |