Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix warning about fortran_src raised at build #10

Open
ndarmage opened this issue Jun 6, 2017 · 0 comments
Open

fix warning about fortran_src raised at build #10

ndarmage opened this issue Jun 6, 2017 · 0 comments
Assignees

Comments

@ndarmage
Copy link

ndarmage commented Jun 6, 2017

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.

@stefraynaud stefraynaud self-assigned this Jun 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants