Skip to content

Commit 9c837d3

Browse files
Merge pull request #455 from jakob-bagterp/dependabot/pip/mkdocstrings-0.28.0
Bump mkdocstrings from 0.27.0 to 0.28.0
2 parents 8f61554 + 24b61b2 commit 9c837d3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
restore-keys: |
2727
mkdocs-material-
2828
- run: pip install -r ./docs/requirements.txt
29+
- run: pip install .
2930
- run: mkdocs gh-deploy --force

.github/workflows/test_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
restore-keys: |
2525
mkdocs-material-
2626
- run: pip install -r ./docs/requirements.txt
27+
- run: pip install .
2728
- run: mkdocs build --strict --verbose

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ mkdocs-material==9.6.3
55
mkdocs-material-extensions==1.3.1
66
mkdocs-minify-plugin==0.8.0
77
mkdocs-redirects==1.2.2
8-
mkdocstrings==0.27.0
8+
mkdocstrings==0.28.0
99
mkdocstrings-python==1.13.0

0 commit comments

Comments
 (0)