aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-03-07 13:35:58 +1030
committerCédric Le Goater <clg@kaod.org>2022-03-07 12:28:08 +0100
commitb4da8cb78feb253833171d0efed17ce46916f56b (patch)
treedbac52daf95fec017e889d277dad80aba46311b1 /doc
parent9a081b2cd4a103f813333a937e62c5dd1803b05c (diff)
downloadskiboot-b4da8cb78feb253833171d0efed17ce46916f56b.zip
skiboot-b4da8cb78feb253833171d0efed17ce46916f56b.tar.gz
skiboot-b4da8cb78feb253833171d0efed17ce46916f56b.tar.bz2
doc: Remove docutils version pin
The current release is 0.18.1, so as long as the systems has greater than 0.15 we should be okay. Obviously when installing from pip the build will be fine. Ubuntu 18.04: 0.14 Ubuntu 20.04: 0.16 Fedora 33: 0.16 Signed-off-by: Joel Stanley <joel@jms.id.au> Reviewed-by: Dan Horák <dan@danny.cz> Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/requirements.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 2ad8849..904e0c8 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,4 +1,3 @@
sphinx
recommonmark
-# docutils 0.15 has a syntax error. fun.
-docutils == 0.14
+docutils