VACUMM / sphinx-fortran

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

Why lowercase filenames ? #27

Open micromad opened 4 years ago

micromad commented 4 years ago

Why in https://github.com/VACUMM/sphinx-fortran/blob/master/sphinxfortran/fortran_autodoc.py#L1674, do you lowercase the filename of source files ?

My source filenames contain upper letter and consequently your subroutine failed to scan them.

Can you remove this line and the equivalent in the other methods like https://github.com/VACUMM/sphinx-fortran/blob/master/sphinxfortran/fortran_autodoc.py#L1635

Thanks in advance !!!