Skip to content

Commit

Permalink
Automatically update copyright year (#866)
Browse files Browse the repository at this point in the history
* Automatically update copyright year

* Update docs/conf.py

---------

Co-authored-by: Chris Holdgraf <[email protected]>
  • Loading branch information
stevepiercy and choldgraf authored Dec 23, 2024
1 parent b69adda commit 66aca7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
import os
from urllib.request import urlopen
from pathlib import Path
from datetime import datetime

project = "Sphinx Book Theme"
copyright = "2023"
copyright = str(datetime.now().year)
author = "the Executable Book Project"
# language = "fr" # For testing language translations

Expand Down

0 comments on commit 66aca7d

Please sign in to comment.