Skip to content

Commit

Permalink
Use Quartodoc==0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Jun 4, 2024
1 parent 745768c commit e8b20b1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ 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: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ 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",
"quartodoc==0.7.3",
"shapely",
"pyproj",
"xarray",
Expand Down

0 comments on commit e8b20b1

Please sign in to comment.