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
523 stars 75 forks source link

[MISC] Fix build in py39 #156

Closed nikoskoukis-slamcore closed 1 month ago

nikoskoukis-slamcore commented 2 months ago

Don't use realpath(... strict=True) which isn't available in py3.9. Instead explicitly check whether the given paths exist.

Fixes #155 .

pradyunsg commented 2 months ago

Huh, it seems I can't accept the change I've suggested to move ahead with merging this.

@nikoskoukis-slamcore Have you unticked the "maintainers can push" checkbox on your branch?

pradyunsg commented 2 months ago

It's a checkbox like this in the sidebar:

Screenshot 2024-04-27 at 12 43 20
AA-Turner commented 1 month ago

This PR was opened from a fork within an organisation, which doesn't allow pushing commits -- this is an issue with GitHub. See #157.

A