We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217c6d4 commit 30a9f0fCopy full SHA for 30a9f0f
1 file changed
docs/source/conf.py
@@ -26,7 +26,7 @@
26
author = 'Arwel Hughes, Sethu Pastula, Rabiya Farooq, Paul Sharp, Stephen Nneji'
27
28
# The full version, including alpha/beta/rc tags
29
-with open(os.path.join('D:\Documents\MATLAB\RAT', 'version.txt'), 'r') as version_file:
+with open(os.path.join(matlab_src_dir, 'version.txt'), 'r') as version_file:
30
release = version_file.read()
31
32
# -- General configuration ---------------------------------------------------
0 commit comments