https://bugzilla.redhat.com/show_bug.cgi?id=2180465 Bug ID: 2180465 Summary: bugzilla fails to build with Sphinx 6.1.3 Product: Fedora Version: rawhide Status: NEW Component: bugzilla Assignee: emmanuel@xxxxxxxxx Reporter: ksurma@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: astra@xxxxxxxx, emmanuel@xxxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx Blocks: 2135122 Target Milestone: --- Classification: Fedora bugzilla fails to build with Sphinx 6.1.3 in Fedora 39 (currently Rawhide). For the logs from testing build attempts, see: https://copr.fedorainfracloud.org/coprs/ksurma/sphinx-6.1.3/package/bugzilla/ You can test you package in mock running: $ mock -r fedora-rawhide-x86_64 --addrepo=https://download.copr.fedorainfracloud.org/results/ksurma/sphinx-6.1.3/fedora-rawhide-x86_64/ --no-clean your.src.rpm $ mock -r fedora-rawhide-x86_64 --addrepo=https://download.copr.fedorainfracloud.org/results/ksurma/sphinx-6.1.3/fedora-rawhide-x86_64/ shell The issue detected: Exception occurred: File "/usr/lib/python3.11/site-packages/sphinx/ext/extlinks.py", line 103, in role title = caption % part ~~~~~~~~^~~~~~ TypeError: not all arguments converted during string formatting It's an error in configuration. To resolve, edit the documentation `conf.py` and correct the `extlinks` definition to contain exactly one `%s` in the captions, eg. Bad: 'github': ('https://github.com/%s', '') Good: 'github': ('https://github.com/%s', '%s') Sphinx 6.1.3 will be included in Fedora 39. Let us know here if you have any questions. Thank you! Referenced Bugs: https://bugzilla.redhat.com/show_bug.cgi?id=2135122 [Bug 2135122] python-sphinx-6.1.3 is available -- You are receiving this mail because: You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2180465 _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue