VACUMM / sphinx-fortran

Fortran domain and autodoc extensions to Sphinx
Other
45 stars 29 forks source link

fix warning about fortran_src raised at build #10

Open ndarmage opened 7 years ago

ndarmage commented 7 years ago

Hi,

I noticed the following warning at build: WARNING: The config value fortran_src' has typelist', 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.