jdillard / sphinx-sitemap

Sphinx extension to generate a multi-lingual, multi-version sitemap for HTML builds
https://sphinx-sitemap.readthedocs.io/en/latest/index.html
MIT License
55 stars 21 forks source link

:wrench: MAINT: Fix deprecated sphinx.testing.path #83

Closed jdillard closed 9 months ago

jdillard commented 9 months ago

Problem

sphinx-sitemap/tests/conftest.py:2: RemovedInSphinx90Warning: 'sphinx.testing.path' is deprecated. Use 'os.path' or 'pathlib'

Summary of changes