diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-01-24 14:40:56 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-24 14:40:56 +0900 |
commit | 0e6a2a9ebd04e43d1d6ce6f8c4ba774989c9078c (patch) | |
tree | 0a1dd82ab734d82c9482dd27f54432f0fae52a76 /doc/extdev/deprecated.rst | |
parent | 502c4ee5fbef6bf51fe60cc820b1484471dd1b32 (diff) | |
parent | c50ce99c9d8a68eac9db9ec1501efe3f9d79b95e (diff) | |
download | sphinx-git-0e6a2a9ebd04e43d1d6ce6f8c4ba774989c9078c.tar.gz |
Merge pull request #8737 from tk0miya/8510_html_logo_url
Allow user to use url to reference html logo & favicon
Diffstat (limited to 'doc/extdev/deprecated.rst')
-rw-r--r-- | doc/extdev/deprecated.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index 893356df9..be085b357 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -26,6 +26,16 @@ The following is a list of deprecated interfaces. - (will be) Removed - Alternatives + * - ``favicon`` variable in HTML templates + - 4.0 + - TBD + - ``favicon_url`` + + * - ``logo`` variable in HTML templates + - 4.0 + - TBD + - ``logo_url`` + * - ``sphinx.directives.patches.CSVTable`` - 4.0 - 6.0 |