Skip to content

Commit

Permalink
Merge pull request #96 from Toni-SM/Toni-SM-patch-2
Browse files Browse the repository at this point in the history
Update conf.py
  • Loading branch information
Toni-SM committed Jul 25, 2023
2 parents ee6eba0 + c373d4b commit 00a2fd3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
copyright = "2021, Toni-SM"
author = "Toni-SM"

release = skrl.__version__
version = skrl.__version__
if skrl.__version__ != "unknown":
release = version = skrl.__version__
else:
release = version = "1.0.0-rc.1"

master_doc = "index"

Expand Down

0 comments on commit 00a2fd3

Please sign in to comment.