Skip to content

Commit

Permalink
Install quartodoc via pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Oct 10, 2024
1 parent 0354d7f commit 66529db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: Install dependencies
run: |
make ci-install-docs
pip install git+https://github.com/machow/quartodoc.git@main
- name: Run quartodoc
run: |
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,9 @@ doc = [
"tabulate",
"shinylive",
"pydantic>=2.7.4",
"quartodoc>=0.7.6",
"griffe>=1.1.1",
# "quartodoc>=0.8.0",
"quartodoc@git+https://github.com/machow/quartodoc@main",
"griffe>=1.3.2",
]

[project.urls]
Expand Down

0 comments on commit 66529db

Please sign in to comment.