Skip to content
Snippets Groups Projects
  1. Jan 27, 2025
  2. Dec 23, 2024
    • Sébastien Villemot's avatar
      Manual: compatibility fix for Sphinx 8 · fe5b92f0
      Sébastien Villemot authored
      In Sphinx 8, returned filesystem path objects are no longer extended to have
      implicit string conversion methods. The conversion to a string must now be made
      explicitly.
      
      See this entry in the changelog for Sphinx 8.0:
      
       #12650, #12686, #12690: Extend the deprecation for string methods on
       :py:class:`~pathlib.Path` objects to Sphinx 9. Use :py:func:`os.fspath` to
       convert :py:class:`~pathlib.Path` objects to strings, or
       :py:class:`~pathlib.Path`'s methods to work with path objects. Patch by Adam
       Turner.
      
      (cherry picked from commit 2983aafa)
      fe5b92f0
  3. Jan 17, 2024
  4. Apr 13, 2022
  5. Jun 09, 2021
  6. Jan 07, 2021
  7. Jun 26, 2020
  8. Jan 08, 2020
  9. Feb 19, 2019
  10. Feb 18, 2019
  11. Feb 04, 2019
  12. Oct 25, 2018
Loading