Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #137 from jhlegarreta/RemoveUnnecessaryDocReqFile
Browse files Browse the repository at this point in the history
ENH: Remove unnecessary `docs/requirements.txt`
  • Loading branch information
arokem authored Mar 21, 2024
2 parents 62a213a + a5e8650 commit 5c953ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
pip install -U build hatch pip
pip install -r docs/requirements.txt
pip install .[doc]
python -m hatch version | tail -n1
- name: Build docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-build-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install dependencies
run: |
pip install -U build hatch pip
pip install -r docs/requirements.txt
pip install .[doc]
python -m hatch version | tail -n1
- name: Build docs
Expand Down
7 changes: 0 additions & 7 deletions docs/requirements.txt

This file was deleted.

0 comments on commit 5c953ac

Please sign in to comment.