Skip to content

Commit

Permalink
[sq]
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Oct 4, 2023
1 parent 8e4e8a8 commit b390a75
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 @@ -3,7 +3,7 @@
import sys

sys.path.insert(0, os.path.abspath(".."))
version_file = os.path.join(os.path.dirname(__file__), "../rl_zoo3", "version.txt")
version_file = os.path.join(os.path.dirname(__file__), "../src/jaxsim", "version.txt")

with open(version_file) as file_handler:
__version__ = file_handler.read().strip()
Expand Down

0 comments on commit b390a75

Please sign in to comment.