Skip to content

Commit

Permalink
python: also require linkify-it-py.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicah committed Aug 21, 2024
1 parent f0f34a6 commit 7ad72e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install beautifulsoup4 lxml sty myst-parser
pip install beautifulsoup4 lxml sty myst-parser linkify-it-py
- name: Build API docs
run: make
- name: Upload artifact
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pip install beautifulsoup4
pip install lxml
pip install sty
pip install myst-parser
pip install linkify-it-py
```

# remaining issues
Expand Down

0 comments on commit 7ad72e6

Please sign in to comment.