Skip to content

Commit

Permalink
fix docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
robfiras committed May 19, 2024
1 parent 44c760b commit 5fd903c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fd903c

Please sign in to comment.