From 5715abf1d4c6b1ae674595250dd1a294e4a59a85 Mon Sep 17 00:00:00 2001 From: Viktor Haag Date: Sat, 31 Dec 2022 12:38:06 -0500 Subject: [PATCH] Update removal note for logo and favicon variables (#11063) These were removed in Sphinx 6.0.0 --- doc/extdev/deprecated.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index 1692f2d4ec3..2315413926f 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -144,12 +144,12 @@ The following is a list of deprecated interfaces. * - ``favicon`` variable in HTML templates - 4.0 - - TBD + - 6.0 - ``favicon_url`` * - ``logo`` variable in HTML templates - 4.0 - - TBD + - 6.0 - ``logo_url`` * - ``sphinx.directives.patches.ListTable``