From 8167da24b674bf0c57a5e4ceedf5f566551e6527 Mon Sep 17 00:00:00 2001 From: niranjan-kurhade Date: Sat, 23 Dec 2023 00:28:48 +0530 Subject: [PATCH] Twitter logo updated --- docs/_templates/page.html | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_templates/page.html b/docs/_templates/page.html index 9215f21ac8511..d75547d8b3bae 100644 --- a/docs/_templates/page.html +++ b/docs/_templates/page.html @@ -192,7 +192,7 @@ + target="_blank" rel="noreferrer"> diff --git a/docs/conf.py b/docs/conf.py index c0b3d86e09330..4b34dc1550507 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -82,7 +82,7 @@ html_css_files = [ 'main.css', 'docbot.css', - 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css', + 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css', ] htmlhelp_basename = slug html_show_sourcelink = False