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
]
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 = [