Closed hvandenb closed 7 years ago
I encounter the same problem.
I solved this problem by commenting out 'sphinx.ext.imgmath'. My modification in conf.py
:
extensions = [
# 'sphinx.ext.imgmath',
'sphinx.ext.mathjax', 'sphinx.ext.viewcode']
Updated conf.py
When running in virtualenv the installation works, but when I get to the html build the following error happens.