Hi,
I've attached four patches that address various problems on Fedora 24.
Patch 0052 enables proper error handling in sphinx-build. Right now
sphinx-build only warns about errors but doesn't signal errors in its
exit code. The -W turns warnings (such as a failed import) into a
non-zero exit code.
Patch 0053 addresses new packages such as Python 3.5 and pylint 1.5.
Patch 0054 fixes a linter error in pki.cli.pkcs12.
The last patch sets the sphinx theme to the old classic theme.
Christian