Skip to content

Commit ed89576

Browse files
committed
Use new ogp_canonical_url setting
1 parent a5844c0 commit ed89576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@
624624
# Options for sphinxext-opengraph
625625
# -------------------------------
626626

627-
ogp_site_url = 'https://docs.python.org/3/'
627+
ogp_canonical_url = 'https://docs.python.org/3/'
628628
ogp_site_name = 'Python documentation'
629629
ogp_social_cards = { # Used when matplotlib is installed
630630
'image': '_static/og-image.png',

0 commit comments

Comments
 (0)