summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2021-10-21 04:17:51 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2021-10-21 04:46:03 +0300
commit87a4fc1081d51f70545a5a4732f70ebdfb8e5dc1 (patch)
tree2802335864d20526a1643b3867e7b962ee7c86b7 /doc
parentfb1018106a7bbb1a0d723029f6760b1b1b4d306d (diff)
downloadu-boot-87a4fc1081d51f70545a5a4732f70ebdfb8e5dc1.tar.xz
doc: require Sphinx 3.4.3
For enums documented according to the requirements in chapter "Structure, union, and enumeration documentation" of https://www.kernel.org/doc/html/latest/doc-guide/kernel-doc.html errors occur with Sphinx 2.4.4 which disappear with Sphinx 3.4.3, e.g. /builds/u-boot/custodians/u-boot-efi/doc/api/sysreset:6: ./include/sysreset.h:60:Unknown interpreted text role "enum". Sphinx 3.4.3 is the version used by Debian in the current release. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt
index af79d2c119..4555a94d30 100644
--- a/doc/sphinx/requirements.txt
+++ b/doc/sphinx/requirements.txt
@@ -1,4 +1,4 @@
docutils==0.16
-Sphinx==2.4.4
+Sphinx==3.4.3
sphinx_rtd_theme
six