Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/test' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
DeborahVolpe committed Jun 3, 2024
2 parents fc5430c + cee3143 commit 27b4f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class CDAStyle(UnsrtStyle):
"""Custom style for including PDF links."""

@staticmethod
def format_url( _e: Entry) -> HRef:
def format_url(_e: Entry) -> HRef:
"""Format URL field as a link to the PDF."""
url = field("url", raw=True)
return href()[url, "[PDF]"]
Expand Down

0 comments on commit 27b4f62

Please sign in to comment.