diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-09-25 21:36:30 +0100 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-09-25 21:36:30 +0100 |
commit | f01d50d695bf55f1af34b87c4e6c84f76dd9a36d (patch) | |
tree | e98dc537312410d5661ae76c72306d3a8d2a8e49 /doc/extdev | |
parent | 7ad0fcf22dbff5ee80a644e46429ff2ec3f25980 (diff) | |
parent | eb5b3aa25dbc918c8250a2336aaaf2b753ad36b5 (diff) | |
download | sphinx-git-f01d50d695bf55f1af34b87c4e6c84f76dd9a36d.tar.gz |
Merge branch '5.x'
# Conflicts:
# CHANGES
# doc/conf.py
# sphinx/__init__.py
# sphinx/builders/html/__init__.py
# sphinx/domains/python.py
# tests/test_build_html.py
Diffstat (limited to 'doc/extdev')
-rw-r--r-- | doc/extdev/deprecated.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index 18b0e6d04..8c850ceb6 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -22,6 +22,11 @@ The following is a list of deprecated interfaces. - (will be) Removed - Alternatives + * - HTML 4 support + - 5.2 + - 7.0 + - N/A + * - ``sphinx.util.path_stabilize`` - 5.1 - 7.0 |