Skip to content

Commit

Permalink
Update copyright template (jupyterlab#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 <93281816+JasonWeill@users.noreply.github.com>

---------

Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
  • Loading branch information
2 people authored and Marchlak committed Oct 28, 2024
1 parent 808a464 commit 1b2f98e
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 1b2f98e

Please sign in to comment.