Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni-SM authored Jul 25, 2023
1 parent ee6eba0 commit c373d4b
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 c373d4b

Please sign in to comment.