docs: remove bad version string

This commit is contained in:
Lance Edgar 2025-01-13 20:37:53 -06:00
parent ebb9211f2d
commit 7721ddf11e

View file

@ -11,7 +11,6 @@ from importlib.metadata import version as get_version
project = 'Sideshow-COREPOS' project = 'Sideshow-COREPOS'
copyright = '2025, Lance Edgar' copyright = '2025, Lance Edgar'
author = 'Lance Edgar' author = 'Lance Edgar'
release = '0.1'
release = get_version('Sideshow-COREPOS') release = get_version('Sideshow-COREPOS')
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------