You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2021. It is now read-only.
I tried to install this in a Python 3.5 virtual environment, and it complained about missing parentheses in a sphinx-fortran print statement. What python version is this intended to work with?
Thanks,
Liz
PS Full error message:
sphinx-build -b html -d build/doctrees source build/html
Running Sphinx v1.4.6
Exception occurred:
File "/Users/EDobbins/anaconda2/envs/sphinx/lib/python3.5/site-packages/Sphinx-1.4.6-py3.5.egg/sphinx/application.py", line 473, in setup_extension
mod = import(extension, None, None, ['setup'])
File "/Users/EDobbins/anaconda2/envs/sphinx/lib/python3.5/site-packages/sphinxfortran/fortran_autodoc.py", line 1290
print 'Wrong fortran module name: '+module
^
SyntaxError: Missing parentheses in call to 'print'