summaryrefslogtreecommitdiff
path: root/doc/sphinx/requirements.txt
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2021-01-01 03:21:11 +0300
committerTom Rini <trini@konsulko.com>2021-01-23 17:53:17 +0300
commit10a1df3cd43ba2fe893d5dd1aeb2e7109ef0007f (patch)
treee85d60f96895f660feb2af3855d56c016ffb5666 /doc/sphinx/requirements.txt
parent4afc4f37c70eb3b275cdcbd99818fb47493aa7ad (diff)
downloadu-boot-10a1df3cd43ba2fe893d5dd1aeb2e7109ef0007f.tar.xz
doc: update Kernel documentation build system
Update the docomentation build system according to Linux v5.11-rc1. 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> Reviewed-by: Simon Glass <sjg@chromium.org> [Fix warning in b4860qds.rst about "Switch Settings"] Signed-off-by: Tom Rini <trini@konsulko.com>
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