mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Move doc/changes to doc/changes/index
This commit is contained in:
parent
d77f637169
commit
0a5a96ca15
@ -17,4 +17,4 @@ Changelog
|
|||||||
\makeatother
|
\makeatother
|
||||||
|
|
||||||
|
|
||||||
.. include:: ../CHANGES.rst
|
.. include:: ../../CHANGES.rst
|
@ -300,6 +300,7 @@ def build_redirects(app: Sphinx, exception: Exception | None) -> None:
|
|||||||
if exception is not None or app.builder.name != 'html':
|
if exception is not None or app.builder.name != 'html':
|
||||||
return
|
return
|
||||||
for page, rel_redirect in (
|
for page, rel_redirect in (
|
||||||
|
(('changes.html',), 'changes/index.html'),
|
||||||
(('development', 'overview.html'), 'index.html'),
|
(('development', 'overview.html'), 'index.html'),
|
||||||
(('development', 'builders.html'), 'howtos/builders.html'),
|
(('development', 'builders.html'), 'howtos/builders.html'),
|
||||||
(('development', 'theming.html'), 'html_themes/index.html'),
|
(('development', 'theming.html'), 'html_themes/index.html'),
|
||||||
|
@ -189,5 +189,5 @@ usecase-driven documentation, see :ref:`get-started` or :ref:`user-guides`.
|
|||||||
usage/extensions/index
|
usage/extensions/index
|
||||||
usage/restructuredtext/index
|
usage/restructuredtext/index
|
||||||
glossary
|
glossary
|
||||||
changes
|
changes/index
|
||||||
examples
|
examples
|
||||||
|
Loading…
Reference in New Issue
Block a user