aboutsummaryrefslogtreecommitdiffstats
path: root/src/configs
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-04-04 15:07:29 -0400
committerJack Lloyd <[email protected]>2018-04-04 15:07:29 -0400
commit4216b96b2eb68ca9371e0452b0111e033f64f2d2 (patch)
tree59161a3c58dfec52afcc8115ef35d16e77fb1d02 /src/configs
parent99c5424243f54153fdb6c27126b5c9bec757d592 (diff)
Move version.txt to src/build-data
It is not useful for end-users so don't put it in the top level.
Diffstat (limited to 'src/configs')
-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 0534a9fa2..92fb78ba7 100644
--- a/src/configs/sphinx/conf.py
+++ b/src/configs/sphinx/conf.py
@@ -38,7 +38,7 @@ def parse_version_file(version_path):
results[key] = val
return results
-version_info = parse_version_file('../../../version.txt')
+version_info = parse_version_file('../../build-data/version.txt')
version_major = version_info['release_major']
version_minor = version_info['release_minor']