From 465bbe54be36ad0e5283a81f0f59ce0e45428f16 Mon Sep 17 00:00:00 2001 From: Jean Abou Samra Date: Fri, 27 Jan 2023 01:42:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX(docs):=20Add=20html=5Flast?= =?UTF-8?q?=5Fupdated=5Ffmt=20=3D=20""=20to=20conf.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Should prevent "Last updated on None" in the footer. --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 0bcab599..16ae158e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -123,6 +123,7 @@ "use_repository_button": True, "use_edit_page_button": True, } +html_last_updated_fmt = "" # OpenGraph metadata ogp_site_url = "https://myst-parser.readthedocs.io/en/latest" # This is the image that GitHub stores for our social media previews