canonical/sphinx-stack

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

Aberta

#512 aberto em 28 de jan. de 2026

 (0 comentário) (1 reação) (0 responsável) (76 forks)auto 404
good first issueimprovement

Métricas do repositório

Stars
 (34 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador