Skip to content

Commit 393da0c

Browse files
committed
split requirements into docs and dev
1 parent 3262898 commit 393da0c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
python -m pip install -e .[dev]
23+
python -m pip install -e .[docs]
2424
- name: Set up Quarto
2525
uses: quarto-dev/quarto-actions/setup@v2
2626
- name: build docs

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ dev =
4949
pytest
5050
pytest-cov
5151
pytest-snapshot
52+
53+
docs =
5254
quartodoc
5355
# sphinx
5456
# sphinx-autodoc-typehints

0 commit comments

Comments
 (0)