Skip to content

Commit

Permalink
readthedocs.org: install Avocado in addition to devel requirements
Browse files Browse the repository at this point in the history
Avocado itself is not being installed with the current readthedocs
configuration.  This adds it to the installation using pip.

Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Dec 6, 2023
1 parent 12651f1 commit bc936b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ sphinx:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: requirements-dev.txt
- requirements: requirements-dev.txt
- method: pip
path: .

0 comments on commit bc936b5

Please sign in to comment.