Skip to content

Commit

Permalink
update docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Apr 23, 2024
1 parent e92e667 commit adf787b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:
- name: Checkout main
uses: actions/checkout@v4

- name: Set up Python 3.8
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.11

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install src/titiler/core src/titiler/extensions["cogeo,stac"] src/titiler/mosaic src/titiler/application
python -m pip install nbconvert==6.5.3 mkdocs mkdocs-material mkdocs-jupyter pygments pdocs
python -m pip install nbconvert mkdocs mkdocs-material mkdocs-jupyter pygments pdocs
- name: update API docs
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dev = [
docs = [
"nbconvert",
"mkdocs",
"mkdocs-jupyter<0.24.7",
"mkdocs-jupyter",
"mkdocs-material",
"pygments",
"pdocs",
Expand Down

0 comments on commit adf787b

Please sign in to comment.