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 715e409 commit 4cff4c5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,18 @@
pathlib.Path(__file__).parent.absolute() / "src" / "jaxsim" / "version.txt"
)

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

# -- Project information

project = "JAXsim"
copyright = "2022, Artifical and Mechanical Intelligence"
author = "Artifical and Mechanical Intelligence"

# release = "__version__"
# version = "main (" + __version__ + ")"
release = "__version__"
version = "main (" + __version__ + ")"

release = 0.1
version = 0.1
# -- General configuration

extensions = [
Expand Down

0 comments on commit 4cff4c5

Please sign in to comment.