Skip to content

Commit

Permalink
attempt to fix workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
simulacrum6 committed Oct 15, 2023
1 parent c4bcb0b commit 791567b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@
from pathlib import Path
sys.path.insert(0, str((Path(__file__).parent.parent.parent / 'inceptalytics').absolute()))

import inceptalytics

project = 'INCEpTALYTICS'
copyright = '2023, Marius Hamacher, Torsten Zesch'
author = 'Marius Hamacher, Torsten Zesch'
release = f'Version {inceptalytics.__version__}'
release = f'Version 0.1.1'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down

0 comments on commit 791567b

Please sign in to comment.