File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1010 jobs :
1111 install :
1212 - pip install --upgrade pip
13- - pip install --group dev
13+ - pip install --group docs
1414
1515formats :
1616- pdf
Original file line number Diff line number Diff 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 ]
6061Homepage = " https://github.com/simonw/sqlite-utils"
You can’t perform that action at this time.
0 commit comments