Skip to content

Commit

Permalink
style(theme.py): Apply black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Nov 25, 2024
1 parent 11a0d32 commit f000c4c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/rocm_docs/theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ def _add_custom_context(
header_release_candidate_version = _get_version_from_url(
"https://raw.githubusercontent.com/ROCm/rocm-docs-core/data/release_candidate.txt"
)
context[
"header_release_candidate_version"
] = header_release_candidate_version
context["header_release_candidate_version"] = (
header_release_candidate_version
)

google_site_verification_content = _get_version_from_url(
"https://raw.githubusercontent.com/ROCm/rocm-docs-core/data/google_site_verification.txt"
)
context[
"google_site_verification_content"
] = google_site_verification_content
context["google_site_verification_content"] = (
google_site_verification_content
)


def _update_repo_opts(srcdir: str, theme_opts: dict[str, Any]) -> None:
Expand Down

0 comments on commit f000c4c

Please sign in to comment.