Skip to content

Commit

Permalink
Remove quotes in pdoc flags
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Feb 23, 2024
1 parent cde1c9e commit 425968b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ def docs(session: nox.Session):
"--favicon=https://github.com/hexdoc-dev/hexdoc/raw/main/media/hexdoc.png",
"--logo-link=..",
"--logo=https://github.com/hexdoc-dev/hexdoc/raw/main/media/hexdoc.svg",
'--edit-url="hexdoc=https://github.com/hexdoc-dev/hexdoc/blob/main/src/hexdoc/"',
f'--footer-text="Version: {hexdoc_version} ({commit})"',
"--edit-url=hexdoc=https://github.com/hexdoc-dev/hexdoc/blob/main/src/hexdoc/",
f"--footer-text=Version: {hexdoc_version} ({commit})",
"--output-directory=web/docusaurus/static-generated/api",
)

Expand Down

0 comments on commit 425968b

Please sign in to comment.