From cde6da2c0362e987c354fe690c1041e65a0517d5 Mon Sep 17 00:00:00 2001 From: Venita Hagerty <38571614+venitahagerty@users.noreply.github.com> Date: Wed, 12 May 2021 14:31:08 -0600 Subject: [PATCH] Update conf.py --- docs/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index ea210084..fa2eb98a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,6 +28,10 @@ release_date = f'{release_year}-05-10' copyright = f'{release_year}, {author}' +# if set, adds "Last updated on " followed by +# the date in the specified format +html_last_updated_fmt = '%c' + # -- General configuration --------------------------------------------------- # Add any Sphinx extension module names here, as strings. They can be