Skip to content

Commit

Permalink
fix(release-mkdocs): add mkdocs-autorefs and mkdocstrings[python] deps (
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jun 12, 2023
1 parent 27f8edc commit e360506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
python-version: '3.x'

- run: pip install mkdocs mkdocs-material mkdocs-gen-files mkdocs-literate-nav mkdocs-section-index
- run: pip install mkdocs mkdocs-material mkdocs-gen-files mkdocs-literate-nav mkdocs-section-index mkdocs-autorefs 'mkdocstrings[python]'

- run: mkdocs build

Expand Down

0 comments on commit e360506

Please sign in to comment.