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
Quick fix: add a check if 'vardescsearch' in block.keys(): before line 347 in fortran_autodoc.py. A better solution would be to unify the initialization of block for all cases.
The text was updated successfully, but these errors were encountered:
Running sphinx with fortran_autodoc on an empty module fails at
Quick fix: add a check
if 'vardescsearch' in block.keys():
before line 347 infortran_autodoc.py
. A better solution would be to unify the initialization ofblock
for all cases.The text was updated successfully, but these errors were encountered: