conf.py
fix quotes
This commit is contained in:
parent
a103364f1a
commit
f8ee5d20f4
@ -14,8 +14,8 @@ copyright = '2022, PARRRATE TNV'
|
||||
author = 'PARRRATE TNV'
|
||||
with open('../../setup.py') as f:
|
||||
_src = f.read()
|
||||
_src = _src[_src.index('version=\'') + 9:]
|
||||
_src = _src[:_src.index('\'')]
|
||||
_src = _src[_src.index('version=\"') + 9:]
|
||||
_src = _src[:_src.index('\"')]
|
||||
release = _src
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user