From 91f1307de4e4402cb60a726064b4ea55881b5518 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Sun, 31 Oct 2021 16:46:00 +0100 Subject: [PATCH] Pin docutils version as 0.18 release breaks build Build breaks when writing output for AUGMENTATION.rst with error: AttributeError: 'Values' object has no attribute 'section_self_link' --- doc/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/requirements.txt b/doc/requirements.txt index 963e17ab..ebcf864c 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -4,6 +4,7 @@ sphinx==3.5.2 sphinx-js==3.1 furo==2021.2.28b28 pygments==2.7.4 +docutils>=0.12,<=0.17.1 #FIXME: switch to stable after C# changes have been merged: https://github.com/djungelorm/sphinx-csharp/pull/8 git+https://github.com/reuben/sphinx-csharp.git@9dc6202f558e3d3fa14ec7f5f1e36a8e66e6d622 recommonmark==0.7.1