algolia / sphinx-docsearch

Add Algolia DocSearch to your Sphinx documentation project
https://sphinx-docsearch.readthedocs.io/
MIT License
12 stars 1 forks source link

Make `sphinx-docsearch` work with versions of `Sphinx` > `6.2.1` #20

Closed dbitouze closed 7 months ago

dbitouze commented 7 months ago

As per:

https://github.com/algolia/sphinx-docsearch/blob/1b992763f543d6d9d9978fa563e30b89bafd8ee2/pyproject.toml#L22

the versions of Sphinx compatible with sphinx-docsearch are at most 6.2.1, whereas the current one is 7.2.6. Is it possible to relax this restriction?

kai687 commented 7 months ago

Thanks for creating this issue @dbitouze.

There is a bit of work left to do to make sure that this extension can work well with newer and older versions of Sphinx and Python (Sphinx version 7 included a lot of changes). Then, of course, we can relax this restriction.