docs: remove bad version string
This commit is contained in:
parent
ebb9211f2d
commit
7721ddf11e
|
@ -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 ---------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue