Skip to content

Commit

Permalink
Update dependencies for documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-m-dev committed Sep 20, 2024
1 parent 8ebc82c commit c02d908
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
pip install --upgrade pip
pip install .
pip install -r docs/requirements_docs.txt
pip install mkdocstrings[python] griffe
# - name: Convert notebooks to HTML
# # if: ${{ github.event_name == 'push' && contains(github.event.head_commit.modified, 'Tutorial/') && contains(github.event.head_commit.modified, '.ipynb') }}
Expand Down
15 changes: 8 additions & 7 deletions docs/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
mkdocs==1.5.2
mkdocs-material==9.2.5
mkdocs-include-markdown-plugin==6.0.0
nbconvert==7.7.4
mkdocs-jupyter==0.24.2
mkdocstrings==0.22.0
mkdocstrings-python==1.6.0
griffe==1.3.1
mkdocs==1.6.1
mkdocs-include-markdown-plugin==6.2.2
mkdocs-jupyter==0.25.0
mkdocs-material==9.5.35
mkdocstrings==0.26.1
mkdocstrings-python==1.11.1
nbconvert==7.16.4

0 comments on commit c02d908

Please sign in to comment.