Closed ftnext closed 8 months ago
tests/conftest.py:2 /.../sphinx-new-tab-link/tests/conftest.py:2: RemovedInSphinx90Warning: 'sphinx.testing.path' is deprecated. Use 'os.path' or 'pathlib' instead. from sphinx.testing.path import path
Use pathlib.Path, then tests in Python 3.8 failed. https://github.com/ftnext/sphinx-new-tab-link/actions/runs/6444432491/job/17497416354
AttributeError: 'PosixPath' object has no attribute 'copytree'
ref: https://github.com/sphinx-doc/sphinx/pull/11526
Use pathlib.Path, then tests in Python 3.8 failed. https://github.com/ftnext/sphinx-new-tab-link/actions/runs/6444432491/job/17497416354