Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Add support for Sphinx 8.x.x #250

Merged
merged 1 commit into from
Dec 24, 2024
Merged

Add support for Sphinx 8.x.x #250

merged 1 commit into from
Dec 24, 2024

Conversation

willkg
Copy link
Member

@willkg willkg commented Dec 23, 2024

Sphinx 8 deprecated a couple of things and we see warnings now in the tests:

tests/conftest.py:2
  /home/willkg/mozilla/sphinx-js/tests/conftest.py:2: RemovedInSphinx90Warning: 'sphinx.testing.path' is deprecated. Use 'os.path' or 'pathlib' instead.
    from sphinx.testing.path import path

tests/test_incremental.py:8
  /home/willkg/mozilla/sphinx-js/tests/test_incremental.py:8: RemovedInSphinx90Warning: The alias 'sphinx.testing.util.strip_escseq' is deprecated, use 'sphinx.util.console.strip_colors' instead. Check CHANGES for Sphinx API modifications.
    from sphinx.testing.util import strip_escseq

I'm deprecating the project and don't plan to add support for Sphinx 9.x.x, so this is fine for now.

@willkg willkg merged commit 8e98c89 into master Dec 24, 2024
5 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant