jupyter / jupyter-sphinx

Sphinx extension for rendering of Jupyter interactive widgets.
https://jupyter-sphinx.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
186 stars 65 forks source link

Remove sphinx.testing.util.path #233

Closed bnavigator closed 9 months ago

bnavigator commented 12 months ago

Fixes #232

Sphinx went full pathlib in 7.2. So let's don't bother with compatibility checks and just bump the minversion. Also alinged the minversion of Python with what is currently maintained.

blink1073 commented 9 months ago

Thanks @bnavigator, I incorporated this changes with some tweaks in #236