executablebooks / sphinx-external-toc

A sphinx extension that allows the site-map to be defined in a single YAML file
https://sphinx-external-toc.readthedocs.io
MIT License
34 stars 18 forks source link

Sphinx 6 support #90

Closed Vorensics closed 11 months ago

Vorensics commented 1 year ago

Context

I tried to update Sphinx and sphinx_external_toc via pip-review. However, external_toc version 0.3.1. seems to be incompatible to Sphinx >= 6. It is producing the error:

sphinx-external-toc 0.3.1 requires sphinx<6,>=4, but you have sphinx 6.1.3 which is incompatible.

Proposal

Please add compatibility to Sphinx >=6.

Tasks and updates

Please add compatibility to Sphinx >=6.

welcome[bot] commented 1 year ago

Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:

georgkrause commented 1 year ago

@Vorensics Did you tried patching the restriction away already? Is there any actual hard dependency on sphinx <6 in the code?

agoose77 commented 11 months ago

Closed by #97