特拉维斯建造:https://travis-ci.com/Laurentiu-Andronache/he/jobs/184044676
conf.py:https://github.com/Laurentiu-Andronache/he/blob/master/docs/source/conf.py
tox.ini:https://github.com/Laurentiu-Andronache/he/blob/master/tox.ini(查看[testenv:doc8])
Sphinx无法找到您的Python包并导入它。相应地调整你的sys.path
:
https://github.com/Laurentiu-Andronache/he/blob/master/docs/source/conf.py#L22
sys.path.insert(0, os.path.join(__location__, '../../src'))
如果它不起作用,您可能需要将/he
附加到该值。