Skip to content

Commit

Permalink
docs: Updated the footer (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 10, 2024
1 parent e906451 commit 58a9059
Show file tree
Hide file tree
Showing 2 changed files with 282 additions and 281 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@
#
import os
import sys
from datetime import datetime

sys.path.insert(0, os.path.abspath(".."))

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

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

Expand Down
Loading

0 comments on commit 58a9059

Please sign in to comment.