mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-12 03:24:23 +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:
|
jobs:
|
||||||
install:
|
install:
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip
|
||||||
- pip install --group dev
|
- pip install --group docs
|
||||||
|
|
||||||
formats:
|
formats:
|
||||||
- pdf
|
- pdf
|
||||||
|
|
|
||||||
|
|
@ -37,13 +37,6 @@ dev = [
|
||||||
"cogapp",
|
"cogapp",
|
||||||
"hypothesis",
|
"hypothesis",
|
||||||
"pytest",
|
"pytest",
|
||||||
# docs
|
|
||||||
"beanbag-docutils>=2.0",
|
|
||||||
"codespell",
|
|
||||||
"furo",
|
|
||||||
"pygments-csv-lexer",
|
|
||||||
"sphinx-autobuild",
|
|
||||||
"sphinx-copybutton",
|
|
||||||
# mypy
|
# mypy
|
||||||
"data-science-types",
|
"data-science-types",
|
||||||
"mypy",
|
"mypy",
|
||||||
|
|
@ -55,6 +48,14 @@ dev = [
|
||||||
"flake8",
|
"flake8",
|
||||||
"flake8-pyproject",
|
"flake8-pyproject",
|
||||||
]
|
]
|
||||||
|
docs = [
|
||||||
|
"beanbag-docutils>=2.0",
|
||||||
|
"codespell",
|
||||||
|
"furo",
|
||||||
|
"pygments-csv-lexer",
|
||||||
|
"sphinx-autobuild",
|
||||||
|
"sphinx-copybutton",
|
||||||
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/simonw/sqlite-utils"
|
Homepage = "https://github.com/simonw/sqlite-utils"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue