VACUMM / sphinx-fortran

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

First attempt at Python3 compatibility #16

Closed warrickball closed 6 years ago

warrickball commented 6 years ago

I just worked through all the Python3 errors until I got something working. Broad changes include:

So far (at least with my code) it appears to preserve Python 2 functionality (except for the loss of those dict.sort() statements).

stefraynaud commented 6 years ago

Hi @warrickball

I merged you PR into the python3 branch.

Thanks alot.