Skip to content

Commit

Permalink
update docs project name
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-martino committed Jan 13, 2024
1 parent a534d0a commit 1279cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
from datetime import datetime
from os.path import dirname, basename

from syncify import PROGRAM_NAME, PROGRAM_OWNER_NAME, __version__, PROGRAM_URL, MODULE_ROOT, PROGRAM_OWNER_USER
from syncify import MODULE_ROOT, PROGRAM_OWNER_NAME, PROGRAM_OWNER_USER, __version__,

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

project = PROGRAM_NAME
project = MODULE_ROOT
copyright = f'{datetime.now().year}, {PROGRAM_OWNER_NAME}'
author = PROGRAM_OWNER_NAME
release = __version__
Expand Down

0 comments on commit 1279cad

Please sign in to comment.