readthedocs / sphinx-hoverxref

Sphinx extension to show tooltips with content embedded when hover a reference.
https://sphinx-hoverxref.readthedocs.io/
MIT License
96 stars 40 forks source link

Dependencies: all packages updated via pip-tools #279

Closed github-actions[bot] closed 5 months ago

github-actions[bot] commented 7 months ago

Dependencies: all packages updated via pip-tools

humitos commented 7 months ago

All versions Sphinx<5 are broken due to sphinxcontrib-* dependencies:

sphinx.errors.VersionRequirementError: The sphinxcontrib.applehelp extension used by this project needs at least Sphinx v5.0; it therefore cannot be built with this version.

See https://github.com/sphinx-doc/sphinx/issues/11890

I suppose we should release a new version of this extension that only supports Sphinx>=5 since previous versions are deprecated/broken. This would also match sphinx-rtd-theme.