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 58cdde4 commit 4e2018dCopy full SHA for 4e2018d
docs/source/conf.py
@@ -80,7 +80,7 @@
80
81
# Write version and build date
82
with open("_version.txt", "w") as version_file:
83
- doc_date = dt.datetime.now().strftime("%B %Y")
+ doc_date = dt.datetime.now().strftime("%B %-d, %Y")
84
version_file.write(f"Version: **{version}** Date: **{doc_date}**\n")
85
86
# The language for content autogenerated by Sphinx. Refer to documentation
0 commit comments