Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow newer versions of sphinx again
With Sphinx >= 6.0.0, jQuery is no longer included but the rtd theme's search functionality needs it. The theme was changed to load sphinxcontrib-jquery automatically with readthedocs/sphinx_rtd_theme#1399, but kiwi broke this fix by loading the theme in the wrong way. Now that the theme is loaded properly, the search functionality also works with newer versions of sphinx again and the version pinning can be lifted. Fixes: OSInside#2462
- Loading branch information