jupyter / jupyter-sphinx

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

Remove sphinx.testing.util.path #233

Closed bnavigator closed 11 months ago

bnavigator commented 1 year 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 11 months ago

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