VACUMM / sphinx-fortran

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

waning about a 4 column based index found #11

Closed gastineau closed 5 years ago

gastineau commented 6 years ago

Hi,

I use the following statement for the fortran documentation:

 .. f:subroutine:: f90calceph_getversion_str (version) 

 .. f:subroutine:: calceph_getversion_str (version) BIND(C)

I receive the following warnings.

calceph.misc.rst:15: WARNING: 4 column based index found. It might be a bug of extensions you use: [('single', u'calceph_getversionstr() (fortran subroutine)', u'f//calceph_getversionstr', u'f//calceph_getversion_str')] calceph.misc.rst:21: WARNING: 4 column based index found. It might be a bug of extensions you use: [('single', u'f90calceph_getversionstr() (fortran subroutine)', u'f//f90calceph_getversionstr', u'f//f90calceph_getversion_str')]

The documentation looks fine but I receive many similar warnings for my fortran documentation.

How can I remove these warnings ?

Best regards,