summaryrefslogtreecommitdiffstats
path: root/doc/sphinx/requirements.txt
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-12-31 23:16:46 +0100
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2021-01-27 12:52:57 +0100
commit98f01cf7a22ec81774a26a9e1bf11c7c3cdce424 (patch)
tree76411a131f9fcd2402531398ab3899db747848d8 /doc/sphinx/requirements.txt
parent836049d63eedd3b1f2351831d1439b668cdbeb0e (diff)
downloadu-boot-98f01cf7a22ec81774a26a9e1bf11c7c3cdce424.tar.gz
u-boot-98f01cf7a22ec81774a26a9e1bf11c7c3cdce424.tar.xz
u-boot-98f01cf7a22ec81774a26a9e1bf11c7c3cdce424.zip
doc: update Kernel documentation build system
Update the documentation build system according to Linux v5.11-rc1. Deactive the automarkup.py extension module which on Gitlab CI is incompatible with Unicode. With this patch we can build the HTML documentation using either of Sphinx 2 and Sphinx 3. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc/sphinx/requirements.txt')
-rw-r--r--doc/sphinx/requirements.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt
index 742be3e126..5030d346d2 100644
--- a/doc/sphinx/requirements.txt
+++ b/doc/sphinx/requirements.txt
@@ -1,3 +1,4 @@
-docutils==0.12
-Sphinx==1.4.9
+docutils
+Sphinx==2.4.4
sphinx_rtd_theme
+six