aboutsummaryrefslogtreecommitdiffstats
path: root/src/configs/sphinx/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/configs/sphinx/conf.py')
-rw-r--r--src/configs/sphinx/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configs/sphinx/conf.py b/src/configs/sphinx/conf.py
index 67f4a5678..05888e064 100644
--- a/src/configs/sphinx/conf.py
+++ b/src/configs/sphinx/conf.py
@@ -17,7 +17,7 @@ def check_for_tag(tag):
def parse_version_file(version_path):
version_file = open(version_path)
- key_and_val = re.compile(r"([a-z_]+) = ([a-zA-Z0-9:\']+)")
+ key_and_val = re.compile(r"([a-z_]+) = ([a-zA-Z0-9:\-\']+)")
results = {}
for line in version_file.readlines():