diff --git a/docs/conf.py b/docs/conf.py index 0cbb71f..4b7dc54 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,14 +8,14 @@ import os import sys -from loco_mujoco import __version__ + sys.path.insert(0, os.path.abspath("..")) project = 'LocoMuJoCo' copyright = '2024, Firas Al-Hafez' author = 'Firas Al-Hafez' -release = 'v' + __version__ +release = 'v0.3.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration