sphinx-doc / sphinx-autobuild

Watch a Sphinx directory and rebuild the documentation when a change is detected. Also includes a hot-reload web server.
MIT License
552 stars 83 forks source link

Fix support for Python 3.9 #157

Closed AA-Turner closed 6 months ago

AA-Turner commented 6 months ago

Superseeds #156.

A

KyeRussell commented 5 months ago

If I'm not mistaken, this hasn't yet been released to PyPI, yes? If so, could we please get a new release? Thanks very much in advance.

codeofandrin commented 3 months ago

If I'm not mistaken, this hasn't yet been released to PyPI, yes? If so, could we please get a new release? Thanks very much in advance.

You can install this commit with pip to get the fix (as I just did, since I had the same error):

pip install git+https://github.com/sphinx-doc/sphinx-autobuild.git@55917c69cd6836da81c10b323dc17daf496a4bca
Borda commented 2 months ago

@Puncher1 thank you, is there an ETA on the release of having it as RC for testing?

AA-Turner commented 2 months ago

https://pypi.org/project/sphinx-autobuild/2024.9.3/

A