Skip to content

Commit c933baf

Browse files
authored
Merge pull request #13237 from jsquyres/pr/v5.0.x/add-html-docs-last-updated-on-footer
v5.0.x: docs: Add a "Last updated on:" HTML footer
2 parents 2043043 + 403bed8 commit c933baf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ def get_tarball_version(path, expr):
233233
# so a file named "default.css" will overwrite the builtin "default.css".
234234
#html_static_path = ['_static']
235235

236+
# Put a "Last updated on:" timestamp at the bottom of each page.
237+
html_last_updated_fmt = '%Y-%m-%d %H:%M:%S %Z'
236238

237239
# Short hand external links
238240
# Allows smoother transitioning for commonly used articles and sites

0 commit comments

Comments
 (0)