diff --git a/src/rocm_docs/theme.py b/src/rocm_docs/theme.py index 43fadad9..fae7ffea 100644 --- a/src/rocm_docs/theme.py +++ b/src/rocm_docs/theme.py @@ -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: