setup.py docs should set PYTHONPATH
The original problem was raised as https://github.com/coala/coala/issues/3785
The built docs should be from the local version, ignoring any installed version.
This was resolved in coala core, but then almost certainly broken again in https://github.com/coala/coala/pull/4355
One probable way to solve this is to set PYTHONPATH
in setup.py
when it runs the docs subprocesses.
Edited by John Vandenberg