Skip to content

Commit

Permalink
doc(pyapi): omit "show source" button
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Dec 20, 2024
1 parent d258eb1 commit 9f3a0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Python package
run: pip install --no-index --find-links target/wheels/ rustsat
- name: Build Python API docs
run: pip install pdoc && pdoc -o _site/pyapi/ rustsat
run: pip install pdoc && pdoc -o _site/pyapi/ --no-show-source rustsat
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 9f3a0a8

Please sign in to comment.