Skip to content

Commit

Permalink
Try removing the footer?
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Nov 5, 2023
1 parent 3fbea45 commit 6a1a630
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
python-version: '3.11'

- run: pip install -e .[pdoc] hatch
- run: |-
pdoc hexdoc !hexdoc._cli !hexdoc._export !hexdoc._templates !hexdoc.__main__
- name: Generate docs
timeout-minutes: 1
run: |-
pdoc hexdoc
--edit-url hexdoc=https://github.com/object-Object/hexdoc/blob/main/src/hexdoc/
--favicon https://github.com/object-Object/hexdoc/raw/main/media/hexdoc.png
--footer-text "hexdoc $(hatch version) ($(git rev-parse --short HEAD))"
--logo https://github.com/object-Object/hexdoc/raw/main/media/hexdoc.png
--logo-link https://pypi.org/project/hexdoc/
--output-directory docs/
Expand Down

0 comments on commit 6a1a630

Please sign in to comment.