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
I noticed the following warning at build:
WARNING: The config value fortran_src' has type list', defaults to `str'.
Please, change the line (setup function in fortran_autodoc module):
app.add_config_value('fortran_src', '.', False)
to:
app.add_config_value('fortran_src', ['.'], False)
.. note:: I cannot commit/push - sorry.
Thanks in advance.
Regards.
The text was updated successfully, but these errors were encountered:
Hi,
I noticed the following warning at build:
WARNING: The config value
fortran_src' has type
list', defaults to `str'.Please, change the line (setup function in fortran_autodoc module):
app.add_config_value('fortran_src', '.', False)
to:
app.add_config_value('fortran_src', ['.'], False)
.. note:: I cannot commit/push - sorry.
Thanks in advance.
Regards.
The text was updated successfully, but these errors were encountered: