Fortran-FOSS-Programmers / ford

Automatically generates FORtran Documentation from comments within the code.
https://forddocs.readthedocs.io
GNU General Public License v3.0
405 stars 131 forks source link

Use settings from `extra.ford` in `fpm.toml` file if it exists #547

Closed umbrella1989 closed 1 year ago

umbrella1989 commented 1 year ago

Added new function load_settings in __init__.py so that the project data can be read either from the markdown file or an fpm.toml file.

Closes #449