sphinx-fortran icon indicating copy to clipboard operation
sphinx-fortran copied to clipboard

fix warning about fortran_src raised at build

Open ndarmage opened this issue 7 years ago • 0 comments

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.

ndarmage avatar Jun 06 '17 13:06 ndarmage