Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
raddessi committed Jan 26, 2024
1 parent 3bc9a36 commit 8e5deb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def docs_build(session: Session) -> None:
"""
# run with `-b dirhtml` for nicer URLS when building for publishing to a server
args = session.posargs or ["-b", "html", "-W", "--keep-going"]
args = session.posargs or ["-b", "html", "-W", "--keep-going", "-v"]
session.install(".")
session.install(
"furo",
Expand Down
5 changes: 3 additions & 2 deletions salt_gnupg_rotate/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,13 @@ def cli( # pylint: disable=too-many-arguments
) -> int:
"""Easily rotate gnupg encryption keys of fully or partially encrypted files.
\f
\b
Args:
directory: The directory path to search for files within that should be
re-encrypted
re-encrypted
recipient: The recipient name of the gpg key in the encryption keyring to use
decryption_gpg_homedir: The directory path of the gnupg keyring to use for
decryption
decryption
encryption_gpg_homedir: The directory path of the gnupg keyring to use for
encryption
recipient: The recipient name of the gpg key in the encryption keyring to use
Expand Down

0 comments on commit 8e5deb6

Please sign in to comment.