From eb1407ed62d276256db382c94d860f314b0bc592 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Thu, 20 Aug 2020 23:38:12 +0200 Subject: [PATCH] Changed date format in docs --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b61862dd..9aa5ae29 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -43,7 +43,7 @@ extensions = [ templates_path = ["_templates"] source_suffix = ".rst" master_doc = "index" -today_fmt = "%A, %B %d %Y at %H:%M" +today_fmt = "%A, %d %B %Y at %H:%M" language = None exclude_patterns = [] pygments_style = None