Before every sphinx update a copr repo is set to test the dependant packages. With Sphinx 3.5.1, python-texext is failing to build from source with: The HTML pages are in ../../../../tmp/tmpwpsse8g5/html. =============================== warnings summary =============================== texext/tests/test_plotdirective.py::TestTopPlotDirective::test_plot_and_math texext/tests/test_tinypages.py::TestTinyPages::test_some_math texext/tests/test_tinypages.py::TestTopLevel::test_some_math /builddir/build/BUILD/texext-0.6.6/texext/math_dollar.py:218: UserWarning: Need autodoc extension loaded for math_dollar to work on docstrings warn("Need autodoc extension loaded for math_dollar to work on " -- Docs: https://docs.pytest.org/en/stable/warnings.html =========================== short test summary info ============================ FAILED texext/tests/test_docstrings.py::TestDocstrings::test_docstrings - ass... =================== 1 failed, 16 passed, 3 warnings in 2.82s =================== Link to logs: https://copr.fedorainfracloud.org/coprs/cstratak/sphinx_3_5/build/1970718/
I have added a patch to fix the failing test, and submitted a pull request upstream. The patched package has been built in Rawhide.
(In reply to Jerry James from comment #1) > I have added a patch to fix the failing test, and submitted a pull request > upstream. The patched package has been built in Rawhide. Thank you!