diff --git a/.github/workflows/fetch-and-compile-runtime-docs.yml b/.github/workflows/fetch-and-compile-runtime-docs.yml index 77407ea..8e8887b 100644 --- a/.github/workflows/fetch-and-compile-runtime-docs.yml +++ b/.github/workflows/fetch-and-compile-runtime-docs.yml @@ -59,7 +59,7 @@ jobs: run: | echo '{ "INHERIT": "mkdocs.yml", - "copyright": "© Copyright 2024, National Microbiome Data Collaborative", + "copyright": "© Copyright 2025, National Microbiome Data Collaborative", "site_dir": "${{ github.workspace }}/_dist", "site_url": "https://docs.microbiomedata.org/runtime/", "theme": {"favicon": "assets/images/favicon.ico"}, diff --git a/content/home/src/conf.py b/content/home/src/conf.py index c4f87c6..f0156b3 100644 --- a/content/home/src/conf.py +++ b/content/home/src/conf.py @@ -19,7 +19,7 @@ # -- Project information ----------------------------------------------------- project = 'NMDC Documentation' -copyright = '2024, National Microbiome Data Collaborative' +copyright = '2025, National Microbiome Data Collaborative' author = 'National Microbiome Data Collaborative' # The full version, including alpha/beta/rc tags diff --git a/pullers/runtime_docs/Dockerfile b/pullers/runtime_docs/Dockerfile index aa85741..eeeb020 100644 --- a/pullers/runtime_docs/Dockerfile +++ b/pullers/runtime_docs/Dockerfile @@ -46,7 +46,7 @@ COPY assets/images/favicon.ico nmdc-runtime/docs/assets/images/favicon.ico RUN cd nmdc-runtime && \ echo '{\ "INHERIT": "mkdocs.yml",\ - "copyright": "© Copyright 2024, National Microbiome Data Collaborative",\ + "copyright": "© Copyright 2025, National Microbiome Data Collaborative",\ "site_dir": "/html",\ "site_url": "http://localhost:8000/",\ "theme": {"favicon": "assets/images/favicon.ico"},\ diff --git a/pullers/workflow_docs/conf.py b/pullers/workflow_docs/conf.py index 5053469..75f9cab 100644 --- a/pullers/workflow_docs/conf.py +++ b/pullers/workflow_docs/conf.py @@ -10,7 +10,7 @@ # A copyright statement. # Docs: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-copyright -copyright = '2024, National Microbiome Data Collaborative' +copyright = '2025, National Microbiome Data Collaborative' # The documented project's _simplified_ and _full_ version identifiers. # Note: This chained assignment keeps them identical to one another.