VACUMM / sphinx-fortran

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

Add parallel read support for fortran_domain sphinx extension #29

Closed akohlmey closed 2 years ago

akohlmey commented 3 years ago

Got annoyed by the recurring message about the fortran domain in sphinx-fortran not signaling whether it supports parallel reading. So I went ahead, looked at a few sphinx extensions and added a few lines of code that a) silence the warnings and b) seem to be supporting parallel reads, too. I'm not sphinx hacker, so there may be bugs hiding, but it works for my use cases.

akohlmey commented 3 years ago

Updated the PR for use with Sphinx version 4 and later and to be tested on currently supported Python versions (for the few more weeks that travis-ci.org remains available, that is).