Summary: | favicon missing on api.kde.org | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kapidox | Reporter: | John Veness <john.kde> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | nicolas.fella, omerusta |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
John Veness
2025-06-08 22:13:09 UTC
There are two possible ways to fix this : 1- https://invent.kde.org/frameworks/kapidox/-/blob/master/kapidox/data/templates/base.html#L17 and L18 should remove {{resources}} parts 2- Which is much better to keep compatibility change os.rename to shutil.copy in https://invent.kde.org/frameworks/kapidox/-/blob/master/kapidox/hlfunctions.py#L59 The current api.kde.org site is planned to be replaced by a new version based on QDoc so this is probably something we should look at is ensuring is fixed under QDoc - as the current site can no longer be built following the merge of the QDoc changes to Frameworks. |