Revert "Merge branch 'doc/use_sphinx_reredirect_extension' into 'master'"

This reverts merge request !13293
This commit is contained in:
Krzysztof Budzynski
2021-04-23 13:44:40 +08:00
parent 0d6482b8ee
commit 632b5c40e6
5 changed files with 82 additions and 13 deletions

View File

@@ -75,6 +75,8 @@ These are Sphinx extensions developed for IDF that don't rely on any IDF-docs-sp
:idf_file:`docs/extensions/list_filter.py`
Sphinx extensions that provides a ``.. list::`` directive that allows filtering of entries in lists based on whether a tag is set, as ``:tagname: - list content``. See the Python file for a more complete description.
:idf_file:`docs/extensions/html_redirects.py`
During documentation lifetime, some source files are moved between folders or renamed. This Sphinx extension adds a mechanism to redirect documentation pages that have changed URL by generating in the Sphinx output static HTML redirect pages. The script is used together with a redirection list ``html_redirect_pages``. ``conf_common.py`` builds this list from :idf_file:`docs/page_redirects.txt`.
Third Party Extensions