reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/alexs/linux.git/commit/?id=359c3caf50481aa08b0ab761436e4b70ad027f73 git remote add alexs https://git.kernel.org/pub/scm/linux/kernel/git/alexs/linux.git git fetch --no-tags alexs docs-next git checkout 359c3caf50481aa08b0ab761436e4b70ad027f73 make menuconfig # enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS # pip install -r Documentation/sphinx/requirements.txt make htmldocs