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 9e4c803 commit e4be873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

# -- Version information

sys.path.insert(0, pathlib.Path(__file__).parents[3].absolute())
sys.path.insert(0, pathlib.Path(__file__).parents[2].absolute())
version_file = (
pathlib.Path(__file__).parents[3].absolute() / "src" / "jaxsim" / "version.txt"
pathlib.Path(__file__).parents[2].absolute() / "src" / "jaxsim" / "version.txt"
)

with open(version_file) as file_handler:
Expand Down

0 comments on commit e4be873

Please sign in to comment.