[doc] Minor cleanup to release spelling check

Co-authored-by: Guanzhong Chen <quantum2048@gmail.com>
This commit is contained in:
Jonathan Rubenstein
2021-12-26 15:08:11 +02:00
committed by Geoffrey McRae
parent 6ef3fea05e
commit 9ff476bd09
3 changed files with 0 additions and 7 deletions

View File

@@ -1,8 +1,6 @@
# -- Path setup --------------------------------------------------------------
from pathlib import Path
release = None
try:
with open(Path(__file__).parent.parent / 'VERSION') as f:
release = f.read().strip()