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

ENH: Remove unnecessary docs/requirements.txt #137

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.