Skip to content

Commit

Permalink
try updating reference to requirements ci file in rtd yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian542 committed Dec 19, 2023
1 parent 60d1d65 commit d6ef186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sphinx:

python:
install:
- requirements: ci_build_requirements.txt
- requirements: requirements-ci.txt
- requirements: doc/requirements.txt
- method: pip
path: .
Expand All @@ -17,4 +17,4 @@ build:
python: "3.8"
jobs:
pre_install:
- echo "setuptools~=66.0\npip~=22.0" >> ci_build_requirements.txt
- echo "setuptools~=66.0\npip~=22.0" >> requirements-ci.txt

0 comments on commit d6ef186

Please sign in to comment.