Skip to content

Commit 4e2018d

Browse files
committed
Update conf.py
fix: corrected mistaken change to date
1 parent 58cdde4 commit 4e2018d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
# Write version and build date
8282
with open("_version.txt", "w") as version_file:
83-
doc_date = dt.datetime.now().strftime("%B %Y")
83+
doc_date = dt.datetime.now().strftime("%B %-d, %Y")
8484
version_file.write(f"Version: **{version}** Date: **{doc_date}**\n")
8585

8686
# The language for content autogenerated by Sphinx. Refer to documentation

0 commit comments

Comments
 (0)