[Skiboot] [PATCH] doc: Remove docutils version pin
Joel Stanley
joel at jms.id.au
Mon Mar 7 14:05:58 AEDT 2022
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 at jms.id.au>
---
doc/requirements.txt | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 2ad884926534..904e0c8340c6 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
--
2.34.1
More information about the Skiboot
mailing list