Sphinx cannot find module but Python can
问题 Sphinx, the Python documentation generator, does not seem to understand my modules/packages. On make clean && make html , when this code is ran: from statstuff import statistics as stats , it outputs: ImportError: No module named 'statstuff' I have also tried to reference the module as from . import statistics as stats , since the modules are in the same package, but Sphinx outputs: SystemError: Parent module '' not loaded, cannot perform relative import Also, the config.py seems to be