Skip to content

Commit

Permalink
edit handling of docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cpnota committed Mar 17, 2024
1 parent 4b7551e commit 2c5f519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ python:
path: .
extra_requirements:
- docs
- dev

sphinx:
configuration: docs/source/conf.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
extras["all"] = (
extras["atari"] + extras["mujoco"] + extras["pybullet"] + extras["ma-atari"]
)
extras["dev"] = extras["all"] + extras["test"] + extras["docs"]
extras["dev"] = extras["all"] + extras["test"]

setup(
name="autonomous-learning-library",
Expand Down

0 comments on commit 2c5f519

Please sign in to comment.