Skip to content

Commit

Permalink
Fixes path in conf (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenNneji authored Dec 1, 2023
1 parent 217c6d4 commit 30a9f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = 'Arwel Hughes, Sethu Pastula, Rabiya Farooq, Paul Sharp, Stephen Nneji'

# The full version, including alpha/beta/rc tags
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:
release = version_file.read()

# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 30a9f0f

Please sign in to comment.