Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 848316 Details for
Bug 889706
app-text/pelican-4.8.0 fails to compile (USR-MERGE-SYSTEM): TypeError: not all arguments converted during string formatting
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for app-text/pelican-4.8.0 and dev-python/sphinx >= 5
pelican-4.8.0-sphinx5.patch (text/plain), 665 bytes, created by
CFuga
on 2023-01-12 22:21:49 UTC
(
hide
)
Description:
Fix for app-text/pelican-4.8.0 and dev-python/sphinx >= 5
Filename:
MIME Type:
Creator:
CFuga
Created:
2023-01-12 22:21:49 UTC
Size:
665 bytes
patch
obsolete
>From 33aca76d78601f0f0da635c8a14c89bbbc9ff8d6 Mon Sep 17 00:00:00 2001 >From: Justin Mayer <entroP@gmail.com> >Date: Mon, 1 Aug 2022 12:36:54 +0200 >Subject: [PATCH] Adjust extlinks configuration for Sphinx 5.0+ > >--- > docs/conf.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/docs/conf.py b/docs/conf.py >index 0ec2a70d8..a391bffa8 100644 >--- a/docs/conf.py >+++ b/docs/conf.py >@@ -23,7 +23,7 @@ > '''.format(last_stable) > > extlinks = { >- 'pelican-doc': ('https://docs.getpelican.com/%s/', '') >+ 'pelican-doc': ('https://docs.getpelican.com/%s/', '%s') > } > > # -- Options for HTML output --------------------------------------------------
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 889706
:
847206
| 848316