➕ Add extra Material for MkDocs deps for docs (#482)
This commit is contained in:
parent
a6d7d8381e
commit
163bc4592a
2 changed files with 4 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -25,7 +25,8 @@ jobs:
|
|||
- name: Install Flit
|
||||
run: pip install flit
|
||||
- name: Install Dependencies
|
||||
run: flit install --deps=develop --symlink
|
||||
# run: flit install --deps=develop --symlink
|
||||
run: python -m pip install ".[test]"
|
||||
- name: Install Click 7
|
||||
if: matrix.click-7
|
||||
run: pip install "click<8.0.0"
|
||||
|
|
|
@ -52,6 +52,8 @@ doc = [
|
|||
"mkdocs >=1.1.2,<2.0.0",
|
||||
"mkdocs-material >=8.1.4,<9.0.0",
|
||||
"mdx-include >=1.4.1,<2.0.0",
|
||||
"pillow >=9.3.0,<10.0.0",
|
||||
"cairosvg >=2.5.2,<3.0.0",
|
||||
]
|
||||
dev = [
|
||||
"autoflake >=1.3.1,<2.0.0",
|
||||
|
|
Loading…
Reference in a new issue