Skip to content

Commit

Permalink
run pdoc in math mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjleo committed Oct 2, 2024
1 parent 33b35f8 commit 6449a6e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/make_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
with:
python-version: "3.11"
- name: Install packages
run: |
python -m pip install .[pyterrier] pdoc
run: python -m pip install .[pyterrier] pdoc
- name: Check out gh-pages
uses: actions/checkout@v4
with:
Expand All @@ -32,8 +31,7 @@ jobs:
rm -rf docs/${{ github.ref_name }}
rm -f docs/index.html
- name: Run pdoc
run: |
pdoc fast_forward -d google -o docs/${{ github.ref_name }}
run: pdoc --math fast_forward -d google -o docs/${{ github.ref_name }}
- name: Generate directory listing
uses: jayanta525/[email protected]
with:
Expand Down

0 comments on commit 6449a6e

Please sign in to comment.