Sphinx Autodoc ImportError

python

Sphinx autodoc was refusing to import any new modules added to the project. Previously existing ones were importing fine.

The problem was a broken virtualenv. Recreating fixed the problem.