We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f31dd commit e84182cCopy full SHA for e84182c
docs/conf.py
@@ -27,7 +27,7 @@
27
month = mydate.strftime("%B")
28
29
project = 'OpenPMIx'
30
-copyright = f'2014-{year}, The OpenPMIx Community'
+copyright = f'2014-{year}, OpenPMIx Community'
31
author = 'The OpenPMIx Community'
32
33
# The full version, including alpha/beta/rc tags
@@ -151,6 +151,9 @@
151
# so a file named "default.css" will overwrite the builtin "default.css".
152
#html_static_path = ['_static']
153
154
+# Put a "Last updated on:" timestamp at the bottom of each page.
155
+html_last_updated_fmt = '%Y-%m-%d %H:%M:%S %Z'
156
+
157
# -- Options for MAN output -------------------------------------------------
158
159
import os
0 commit comments