Skip to content

Commit 30a9f0f

Browse files
authored
Fixes path in conf (#184)
1 parent 217c6d4 commit 30a9f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = 'Arwel Hughes, Sethu Pastula, Rabiya Farooq, Paul Sharp, Stephen Nneji'
2727

2828
# The full version, including alpha/beta/rc tags
29-
with open(os.path.join('D:\Documents\MATLAB\RAT', 'version.txt'), 'r') as version_file:
29+
with open(os.path.join(matlab_src_dir, 'version.txt'), 'r') as version_file:
3030
release = version_file.read()
3131

3232
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)