Skip to content

Commit 934ebd4

Browse files
committed
Accidently deleted "html_last_updated_fmt" from conf.py [ci skip]
1 parent d9e2a89 commit 934ebd4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

user_guide_src/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
'style_nav_header_background': '#DD4814',
8181
}
8282

83+
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
84+
# using the given strftime format.
85+
html_last_updated_fmt = '%b %d, %Y'
86+
8387
# The name of an image file (relative to this directory) to place at the top
8488
# of the sidebar.
8589
html_logo = '_static/ci-logo-text.png'

0 commit comments

Comments
 (0)