From 84a433ed28d80179f61591e31fd06fde9dcec07a Mon Sep 17 00:00:00 2001 From: llupa Date: Thu, 19 Mar 2026 15:18:09 +0100 Subject: [PATCH] doc: Add missing toctree entries and fix ordering - Add missing `sequence` and `mapping` to tests/index.rst toctree - Fix alphabetical ordering of `guard`/`flush` in tags/index.rst - Add orphaned `operators_precedence` to main index.rst toctree --- doc/index.rst | 1 + doc/tags/index.rst | 2 +- doc/tests/index.rst | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 8fc8db977..89f6ee803 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -14,6 +14,7 @@ Twig deprecated recipes coding_standards + operators_precedence tags/index filters/index functions/index diff --git a/doc/tags/index.rst b/doc/tags/index.rst index 2c4566309..53ae6b61d 100644 --- a/doc/tags/index.rst +++ b/doc/tags/index.rst @@ -12,10 +12,10 @@ Tags do embed extends - guard flush for from + guard if import include diff --git a/doc/tests/index.rst b/doc/tests/index.rst index c63208ee7..0d47db96f 100644 --- a/doc/tests/index.rst +++ b/doc/tests/index.rst @@ -10,6 +10,8 @@ Tests empty even iterable + mapping null odd sameas + sequence