diff --git a/docs/conf.py b/docs/conf.py index 87c2d696ada..908d970819c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -233,6 +233,8 @@ def get_tarball_version(path, expr): # so a file named "default.css" will overwrite the builtin "default.css". #html_static_path = ['_static'] +# Put a "Last updated on:" timestamp at the bottom of each page. +html_last_updated_fmt = '%Y-%m-%d %H:%M:%S %Z' # Short hand external links # Allows smoother transitioning for commonly used articles and sites