[heads up] python-sphinx-argparse-cli will fail to build with Sphinx 9+ which is going to be shipped in Fedora 45. + /usr/bin/python3 -m tox --current-env --assert-config -q --recreate -e py314 -- --verbose ImportError while loading conftest '/builddir/build/BUILD/python-sphinx-argparse-cli-1.11.1-build/sphinx-argparse-cli-1.11.1/tests/conftest.py'. tests/conftest.py:8: in <module> from sphinx.testing.path import path E ModuleNotFoundError: No module named 'sphinx.testing.path' Build attempts: https://copr.fedorainfracloud.org/coprs/ksurma/sphinx-9/package/python-sphinx-argparse-cli/ This should work: https://github.com/tox-dev/sphinx-argparse-cli/pull/163 Thank you for working on this!