]> git.dujemihanovic.xyz Git - u-boot.git/commit
doc: allow building htmldoc with Sphinx 3+
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 30 Nov 2020 08:52:57 +0000 (09:52 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 15 Dec 2020 08:31:39 +0000 (09:31 +0100)
commitae2b48e84a6b954b56f3e68f5fd2cde3484422cd
tree208618a6ec3f2437f53d3a0dea1884e2434ab5f5
parentb2107a4b77458424d60dda05e778319eadcde0ed
doc: allow building htmldoc with Sphinx 3+

Due to removed function c_funcptr_sig_re building with Sphinx 3 fails.

With the patch building succeeds with a lot of warnings if the '-W' flag is
removed from doc/Makefile. Most of the documentation is correct

This follows the approach taken by the Linux kernel.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
doc/conf.py