Skip to content

Commit

Permalink
dev: update to quartodoc v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Oct 10, 2024
1 parent 714a173 commit 4f2ae11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install git+https://github.com/machow/quartodoc.git
python -m pip install ".[all]"
- uses: quarto-dev/quarto-actions/setup@v2
- name: Build docs
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dev = [
dev-no-pandas = [
"black",
"jupyter",
"quartodoc>=0.7.1; python_version >= '3.9'",
"quartodoc>=0.8.0; python_version >= '3.9'",
"griffe==0.38.1",
"polars",
"pre-commit==2.15.0",
Expand Down

0 comments on commit 4f2ae11

Please sign in to comment.