I'm getting the following error on latest Sphinx from PyPI on Python 2.7, both Mac and Linux:
/var/lib/jenkins/jobs/wiki-cb1805f95166/workspace/venv/lib/python2.7/site-packages/sphinx/ext/autosummary/templates/autosummary/class.rst:4: ERROR: Error in "currentmodule" directive:
maximum 1 argument(s) allowed, 3 supplied.
.. currentmodule:: {{ module }}
Looks like it interprets {{ module }} literally, as 3 arguments, instead of interpolating it first.