sphinx autoclass not importing module
问题 At the risk of being told I didn't research this enough (I have been at this for the goodpart of a week now), I can't get the autoclass feature to work in sphinx. I get a range of import errors. I've added both sys.path.insert(0,os.path.abspath('.')) sys.path.insert(0, os.path.abspath('..')) to the conf.py file so that shouldn't be the reason, as I've tried a whole host of other files too. I've made a small example repo here: GitHub But the jist is this: In a repo of the structure: funniest