File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 56
56
57
57
- name : build documentation
58
58
run : |
59
- poetry install -E doc
59
+ poetry install --with doc
60
60
poetry run mkdocs build
61
61
62
62
- name : Deploy to GitHub Pages
Original file line number Diff line number Diff line change @@ -32,7 +32,9 @@ types-requests = "^2.31.0.10"
32
32
types-python-dateutil = " ^2.8.19.14"
33
33
34
34
requests-mock = " ^1.9.3"
35
+ pre-commit = {version = " ^2.18.1" , optional = true }
35
36
37
+ [tool .poetry .group .doc .dependencies ]
36
38
Jinja2 = " ^3.1.2"
37
39
pymdown-extensions = " ^9.4"
38
40
mkdocstrings-python = " ^0.6.6"
@@ -44,7 +46,6 @@ mkdocs-autorefs = {version = "^0.3.1"}
44
46
mkdocs-material-extensions = {version = " ^1.0.1" }
45
47
46
48
toml = {version = " ^0.10.2" , optional = true }
47
- pre-commit = {version = " ^2.18.1" , optional = true }
48
49
49
50
[tool .black ]
50
51
line-length = 120
You can’t perform that action at this time.
0 commit comments