1 We need to call sphinx-build indirectly so tox-current-env is able to find it
2 and to run the proper version.
4 --- sphinx_issues-5.0.0/tests/test_sphinx_issues.py.orig
5 +++ sphinx_issues-5.0.0/tests/test_sphinx_issues.py
7 """Ensure that a simulated complete sphinx run works as expected"""
10 - Path(sys.executable).parent.joinpath("sphinx-build"),
11 + Path(sys.executable).parent.joinpath("python"),
16 "-W", # turn warnings into errors