mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-11 19:14:10 +02:00
Separate dependency group for docs
Refs https://github.com/simonw/sqlite-utils/pull/691#issuecomment-3644188372
This commit is contained in:
parent
6f9b7add05
commit
43c8edf013
2 changed files with 9 additions and 8 deletions
|
|
@ -10,7 +10,7 @@ build:
|
|||
jobs:
|
||||
install:
|
||||
- pip install --upgrade pip
|
||||
- pip install --group dev
|
||||
- pip install --group docs
|
||||
|
||||
formats:
|
||||
- pdf
|
||||
|
|
|
|||
|
|
@ -37,13 +37,6 @@ dev = [
|
|||
"cogapp",
|
||||
"hypothesis",
|
||||
"pytest",
|
||||
# docs
|
||||
"beanbag-docutils>=2.0",
|
||||
"codespell",
|
||||
"furo",
|
||||
"pygments-csv-lexer",
|
||||
"sphinx-autobuild",
|
||||
"sphinx-copybutton",
|
||||
# mypy
|
||||
"data-science-types",
|
||||
"mypy",
|
||||
|
|
@ -55,6 +48,14 @@ dev = [
|
|||
"flake8",
|
||||
"flake8-pyproject",
|
||||
]
|
||||
docs = [
|
||||
"beanbag-docutils>=2.0",
|
||||
"codespell",
|
||||
"furo",
|
||||
"pygments-csv-lexer",
|
||||
"sphinx-autobuild",
|
||||
"sphinx-copybutton",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/simonw/sqlite-utils"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue