Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate the copyright-year in the sphinx-config #11

Merged
merged 2 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))

import datetime

# -- Project information -----------------------------------------------------

project = "ece-docs"
copyright = "2023 IIASA"
copyright = f"2023-{datetime.datetime.now().year} IIASA"
author = "IIASA ECE Scenario Services Team"


Expand Down
5 changes: 2 additions & 3 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ License & Source
----------------

| The source code of this `Sphinx <http://sphinx-doc.org/>`_ project is available
at https://github.com/iiasa/ece-docs
| under a `Creative Commons CC0 1.0 License
<https://github.com/iiasa/ece-docs/blob/main/LICENSE>`_.
at https://github.com/iiasa/ece-docs under a
`Creative Commons CC0 1.0 License <https://github.com/iiasa/ece-docs/blob/main/LICENSE>`_.
The project is maintained by the *Scenario Services & Scientific Software* research theme
at the IIASA Energy, Climate, and Environment program.
| Visit https://software.ece.iiasa.ac.at for more information.
Loading