Browse Source

⬆ Upgrade docs development dependency on `typer-cli` to >=0.0.12 to fix conflicts (#3429)

pull/2203/merge
Sebastián Ramírez 4 years ago
committed by GitHub
parent
commit
97d8d4016b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build-docs.yml
  2. 6
      pyproject.toml

2
.github/workflows/build-docs.yml

@ -26,7 +26,7 @@ jobs:
run: python3.7 -m pip install flit
- name: Install docs extras
if: steps.cache.outputs.cache-hit != 'true'
run: python3.7 -m flit install --extras doc
run: python3.7 -m flit install --deps production --extras doc
- name: Install Material for MkDocs Insiders
if: github.event.pull_request.head.repo.fork == false && steps.cache.outputs.cache-hit != 'true'
run: pip install git+https://${{ secrets.ACTIONS_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git

6
pyproject.toml

@ -66,10 +66,10 @@ test = [
]
doc = [
"mkdocs >=1.1.2,<2.0.0",
"mkdocs-material >=6.1.4,<7.0.0",
"markdown-include >=0.5.1,<0.6.0",
"mkdocs-material >=7.1.9,<8.0.0",
"markdown-include >=0.6.0,<0.7.0",
"mkdocs-markdownextradata-plugin >=0.1.7,<0.2.0",
"typer-cli >=0.0.9,<0.0.10",
"typer-cli >=0.0.12,<0.0.13",
"pyyaml >=5.3.1,<6.0.0"
]
dev = [

Loading…
Cancel
Save