Skip to content

Commit

Permalink
readthedocs: Fix build by install requirements_dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Feb 21, 2024
1 parent 2d4c280 commit 6b2e068
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ sphinx:

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: requirements_dev.txt

0 comments on commit 6b2e068

Please sign in to comment.