Skip to content

Commit c765d67

Browse files
committed
docs: Add a "Last updated on:" HTML footer
Show the build time of the docs. Ported from open-mpi/ompi#13236 Signed-off-by: Ralph Castain <[email protected]>
1 parent ca91217 commit c765d67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@
182182
'configurator' : 'configurator.html',
183183
}
184184

185+
# Put a "Last updated on:" timestamp at the bottom of each page.
186+
html_last_updated_fmt = '%Y-%m-%d %H:%M:%S %Z'
187+
188+
185189
# -- Options for MAN output -------------------------------------------------
186190

187191
import os

0 commit comments

Comments
 (0)