diff --git a/doc/changes.rst b/doc/changes/index.rst similarity index 91% rename from doc/changes.rst rename to doc/changes/index.rst index ac9b346c2..603df6bac 100644 --- a/doc/changes.rst +++ b/doc/changes/index.rst @@ -17,4 +17,4 @@ Changelog \makeatother -.. include:: ../CHANGES.rst +.. include:: ../../CHANGES.rst diff --git a/doc/conf.py b/doc/conf.py index f78499545..ffb9d19bd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -300,6 +300,7 @@ def build_redirects(app: Sphinx, exception: Exception | None) -> None: if exception is not None or app.builder.name != 'html': return for page, rel_redirect in ( + (('changes.html',), 'changes/index.html'), (('development', 'overview.html'), 'index.html'), (('development', 'builders.html'), 'howtos/builders.html'), (('development', 'theming.html'), 'html_themes/index.html'), diff --git a/doc/index.rst b/doc/index.rst index bf3653c20..a46500771 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -189,5 +189,5 @@ usecase-driven documentation, see :ref:`get-started` or :ref:`user-guides`. usage/extensions/index usage/restructuredtext/index glossary - changes + changes/index examples