sphinx-execute-code
sphinx-execute-code copied to clipboard
Update package on pypi
I noticed some problems when I ran the pypi package of sphinx-execute-code with Python 3 and I saw that there is already a commit in this repository that should fix the problem. Is there the possibility to push the updated version to pypi?
Hmm I haven't maintained this project for a while, I will see what I can do to incorporate the python3 compatibility and unit tests and modernize it sometime this week @BurningTrapezoid .
I would also need the package for Python 3. It would be really nice if you could update it.
I have the same issue with python3. My best alternative is just installing this from source with
$ pip install git+https://github.com/jpsenior/sphinx-execute-code
That way you don't need the PyPI package. Although one would be appreciated :)
Great work with this!
Try this fork. Not made by me :)
Perhaps @jpsenior could merge the fork and then publish a new version to PyPI? After checking that that fork meets your code standards first, and verifying that it would be beneficial to do that, of course.