sphinx-execute-code icon indicating copy to clipboard operation
sphinx-execute-code copied to clipboard

Update package on pypi

Open BurningTrapezoid opened this issue 3 years ago • 5 comments

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?

BurningTrapezoid avatar May 17 '21 07:05 BurningTrapezoid

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 .

jpsenior avatar May 17 '21 19:05 jpsenior

I would also need the package for Python 3. It would be really nice if you could update it.

daha96 avatar May 20 '21 21:05 daha96

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!

GrandMoff100 avatar Oct 26 '21 23:10 GrandMoff100

Try this fork. Not made by me :)

sasmlange avatar Feb 12 '22 02:02 sasmlange

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.

GrandMoff100 avatar Feb 14 '22 13:02 GrandMoff100