Skip to content

Commit

Permalink
Remove quartodoc github dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Mar 27, 2024
1 parent 15bcb5d commit 231eaf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

- name: Install MIKE IO
run: |
pip install quartodoc@git+https://github.com/machow/quartodoc#d4140b4f804ebc6ec249699d52e3efa62cf53127
pip install .[dev]
- name: Build documentation
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Install mikeio
run: |
pip install quartodoc@git+https://github.com/machow/quartodoc#d4140b4f804ebc6ec249699d52e3efa62cf53127
pip install .[dev]
- name: Build documentation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ classifiers = [
dev = ["pytest",
"black==22.3.0",
"quarto-cli",
"quartodoc@git+https://github.com/machow/quartodoc#d4140b4f804ebc6ec249699d52e3efa62cf53127",
"quartodoc",
"shapely",
"pyproj",
"xarray",
Expand Down

0 comments on commit 231eaf7

Please sign in to comment.