From 05730eaf211c21a2128b49538ef30601398f8cb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20B=2E?= <2589111+jfbu@users.noreply.github.com> Date: Sun, 21 Sep 2025 09:36:38 +0200 Subject: [PATCH] Trim LaTeX comment, obsolete as of latest TeXLive fontawesome6 and 7 Turns out that the comment was related with this closed issue: https://github.com/braniii/fontawesome/issues/19 The CTAN and TeXLive attow (2025/09/21) got the bugfix. --- sphinx/texinputs/sphinx.sty | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sphinx/texinputs/sphinx.sty b/sphinx/texinputs/sphinx.sty index 5dcf9810907..109c07d1a9a 100644 --- a/sphinx/texinputs/sphinx.sty +++ b/sphinx/texinputs/sphinx.sty @@ -931,10 +931,6 @@ % Icon defaults depending on package used. % Attention! no extra spaces (to align here) when using \@namedef! -% MEMO: the [regular] style mark-up for {lightbulb} was inherited -% from fontawesome5 and found experimentally to work also with -% fontawesome6 (and fontawesome7) despite their respective PDF docs -% not mentioning it... \@namedef{spx@fontawesome6@note}{\faIcon{circle-info}} \@namedef{spx@fontawesome6@hint}{\faIcon[regular]{lightbulb}} \@namedef{spx@fontawesome6@tip}{\faIcon[regular]{lightbulb}}