Add dependencies for making docs

This commit is contained in:
Dominik Moritz Roth 2024-02-10 15:52:32 +01:00
parent 76c3266193
commit e6d00854b2
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ box2d = ["gymnasium[box2d]>=0.26.0"]
mujoco-legacy = ["mujoco-py>=2.1,<2.2", "cython<3"]
jax = ["jax>=0.4.0", "jaxlib>=0.4.0"]
mushroom-rl = ["mushroom-rl"]
docs = ['sphinx==7.1.2', 'sphinx-rtd-theme==1.3.0rc1', 'myst-parser']
all = [
# include all the optional dependencies

View File

@ -15,6 +15,7 @@ extras = {
'mujoco-legacy': ['mujoco-py >=2.1,<2.2', 'cython<3'],
'jax': ["jax >=0.4.0", "jaxlib >=0.4.0"],
'mushroom-rl': ['mushroom-rl'],
'docs': ['sphinx==7.1.2', 'sphinx-rtd-theme==1.3.0rc1', 'myst-parser']
}
# All dependencies