sphinx-contrib / matlabdomain

A Sphinx extension for documenting Matlab code
http://sphinxcontrib-matlabdomain.readthedocs.io/
Other
70 stars 45 forks source link

Py 2.7/3.6 compatible, enable travis, Sphinx >= 1.4.3 #1

Closed joeced closed 6 years ago

joeced commented 6 years ago
mikofski commented 6 years ago

Hi @joeced I added travis-ci, if you make another push, it should build. How about adding:

 from builtins import dict

to make it efficient on both python2 and 3?

otherwise looks fine to me

mikofski commented 6 years ago

In setup.py just need to add future to requires then it should pass.

Are you interested in maintaining this domain? I don't use Matlab anymore, so this project needs a new owner. Interested?

joeced commented 6 years ago

Yes I would be interested in maintaining it, even though I know little about the inner workings of Sphinx.

I use Matlab as part of my daily work, and have several projects that benefit from Sphinx-based documentation.