Add dependencies for making docs
This commit is contained in:
parent
76c3266193
commit
e6d00854b2
@ -51,6 +51,7 @@ box2d = ["gymnasium[box2d]>=0.26.0"]
|
|||||||
mujoco-legacy = ["mujoco-py>=2.1,<2.2", "cython<3"]
|
mujoco-legacy = ["mujoco-py>=2.1,<2.2", "cython<3"]
|
||||||
jax = ["jax>=0.4.0", "jaxlib>=0.4.0"]
|
jax = ["jax>=0.4.0", "jaxlib>=0.4.0"]
|
||||||
mushroom-rl = ["mushroom-rl"]
|
mushroom-rl = ["mushroom-rl"]
|
||||||
|
docs = ['sphinx==7.1.2', 'sphinx-rtd-theme==1.3.0rc1', 'myst-parser']
|
||||||
|
|
||||||
all = [
|
all = [
|
||||||
# include all the optional dependencies
|
# include all the optional dependencies
|
||||||
|
1
setup.py
1
setup.py
@ -15,6 +15,7 @@ extras = {
|
|||||||
'mujoco-legacy': ['mujoco-py >=2.1,<2.2', 'cython<3'],
|
'mujoco-legacy': ['mujoco-py >=2.1,<2.2', 'cython<3'],
|
||||||
'jax': ["jax >=0.4.0", "jaxlib >=0.4.0"],
|
'jax': ["jax >=0.4.0", "jaxlib >=0.4.0"],
|
||||||
'mushroom-rl': ['mushroom-rl'],
|
'mushroom-rl': ['mushroom-rl'],
|
||||||
|
'docs': ['sphinx==7.1.2', 'sphinx-rtd-theme==1.3.0rc1', 'myst-parser']
|
||||||
}
|
}
|
||||||
|
|
||||||
# All dependencies
|
# All dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user