Skip to content

Commit

Permalink
Fix GitHub mkdocstrings version
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyhunt committed Dec 12, 2023
1 parent 163e90e commit dab9c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material mkdocstrings
- run: pip install mkdocs-material mkdocstrings[python]>=0.18
- run: mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [


[project.optional-dependencies]
dev = ["check-manifest", "pytest", "mkdocs-material", "mkdocstrings[python]"]
dev = ["check-manifest", "pytest", "mkdocs-material", "mkdocstrings[python]>=0.18"]
test = ["pytest"]

[project.urls] # Optional
Expand Down

0 comments on commit dab9c7a

Please sign in to comment.