From 8486a52c187292d74315292c9026e41f11bb1d32 Mon Sep 17 00:00:00 2001 From: Viktor Haag Date: Sat, 31 Dec 2022 11:06:21 -0500 Subject: [PATCH] Update removal note for logo and favicon variables - Addresses: https://github.com/sphinx-doc/sphinx/issues/11062 --- 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``