From bff84a8d5cd82e3e15c48470c5668d3b6ac93567 Mon Sep 17 00:00:00 2001 From: Razze Date: Tue, 16 Jan 2024 18:09:53 +0100 Subject: [PATCH] Add locale and version to opg site url This is needed, as the image folder for the social images would be expected in the wrong path. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index cad2856a..a2ca3185 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -173,4 +173,4 @@ # -- Options for OpenGraph --------------------------------------------------- -ogp_site_url = 'https://docs.flatpak.org/' +ogp_site_url = 'https://docs.flatpak.org/en/latest'