commit | 65033cef72df200e42077102590ddb643bd0d9a8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Nov 30 09:52:57 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Dec 15 09:31:39 2020 +0100 |
tree | 208618a6ec3f2437f53d3a0dea1884e2434ab5f5 | |
parent | 43622410d35b8726839eb40188b1baa4225beb07 [diff] |
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>