I have been trying to build docs on readthedocs for my debut python package QutiePy. Building the docs works fine locally, but when I try to build on readthedocs, autodoc fails to populate my sections and gives the following warning:
WARNING: autodoc: failed to import class 'main.register' from module 'QutiePy'; the following exception was raised:
No module named 'QutiePy'
WARNING: autodoc: failed to import module 'gates' from module 'QutiePy'; the following exception was raised:
No module named 'QutiePy'
I have tried many configurations of conf.py to try and add my package to PATH etc. but nothing I've tried has worked.
You can view the github repo I am using here, I am using the development branch.
Thanks in advance.
UPDATE: I have posted the RTD log here
UPDATE 2: I have posted the NEW RTD log here