Skip to content

Commit

Permalink
Update copyright template (#925)
Browse files Browse the repository at this point in the history
* Update copyright template

Set it to automatically update the end year for the copyright footer in `readthedocs`.

* Update docs/source/conf.py

Used en dash instead of hyphen

Co-authored-by: Jason Weill <[email protected]>

---------

Co-authored-by: Jason Weill <[email protected]>
  • Loading branch information
srdas and JasonWeill authored Jul 31, 2024
1 parent b953568 commit 8efe46b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

import time

project = "Jupyter AI"
copyright = "2023, Project Jupyter"
copyright = f"2023{time.localtime().tm_year}, Project Jupyter"
author = "Project Jupyter"

# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 8efe46b

Please sign in to comment.