canonical/sphinx-stack

Replace value of ogp_image in conf.py to an image included in the repository instead of assets manager

开放

#512 创建于 2026年1月28日

 (0 条评论) (1 个反应) (0 位负责人) (76 个派生)auto 404
good first issueimprovement

仓库指标

星标
 (34 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

In conf.py (line 87 in main branch), we have:

ogp_image = "https://assets.ubuntu.com/v1/cc828679-docs_illustration.svg"

While elsewhere, we advise not to use the asset manager for images in our RTD docs and to include the images in the GH repository instead. I find that teams using the starter pack tend to follow the example and use assets.ubuntu.com. We should show a better example by including the image file in the starter pack repository and pointing to it.

贡献者指南