Skip to content

Commit

Permalink
docs: Updated the footer (meltano#2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 10, 2024
1 parent fba8a44 commit 8a30fd9
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 @@ -15,6 +15,7 @@
from __future__ import annotations

import sys
from datetime import datetime
from pathlib import Path

sys.path.insert(0, str(Path("..").resolve()))
Expand All @@ -23,7 +24,7 @@
# -- Project information -----------------------------------------------------

project = "Meltano Singer SDK"
copyright = "2021, Meltano Core Team and Contributors" # noqa: A001
copyright = f"{datetime.now().year}, Arch Data, Inc and Contributors" # noqa: A001, DTZ005
author = "Meltano Core Team and Contributors"

# The full version, including alpha/beta/rc tags
Expand Down

0 comments on commit 8a30fd9

Please sign in to comment.