Skip to content

Commit 43c8edf

Browse files
committed
Separate dependency group for docs
Refs #691 (comment)
1 parent 6f9b7ad commit 43c8edf

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build:
1010
jobs:
1111
install:
1212
- pip install --upgrade pip
13-
- pip install --group dev
13+
- pip install --group docs
1414

1515
formats:
1616
- pdf

pyproject.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ dev = [
3737
"cogapp",
3838
"hypothesis",
3939
"pytest",
40-
# docs
41-
"beanbag-docutils>=2.0",
42-
"codespell",
43-
"furo",
44-
"pygments-csv-lexer",
45-
"sphinx-autobuild",
46-
"sphinx-copybutton",
4740
# mypy
4841
"data-science-types",
4942
"mypy",
@@ -55,6 +48,14 @@ dev = [
5548
"flake8",
5649
"flake8-pyproject",
5750
]
51+
docs = [
52+
"beanbag-docutils>=2.0",
53+
"codespell",
54+
"furo",
55+
"pygments-csv-lexer",
56+
"sphinx-autobuild",
57+
"sphinx-copybutton",
58+
]
5859

5960
[project.urls]
6061
Homepage = "https://github.com/simonw/sqlite-utils"

0 commit comments

Comments
 (0)