From 5aee6bf9ab759cfb5002df7fa41d1733078010bc Mon Sep 17 00:00:00 2001 From: Michele Mesiti Date: Wed, 1 Oct 2025 10:18:58 +0200 Subject: [PATCH] sphinx: update for sphinx-quickstart version 8.2.3 Indices and Tables section is not created any more, no need to remove it. --- content/sphinx.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/content/sphinx.md b/content/sphinx.md index 9ff9ca73..862f6ebb 100644 --- a/content/sphinx.md +++ b/content/sphinx.md @@ -122,15 +122,8 @@ Welcome to myproject's documentation! :caption: Contents: -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` ``` -- We will not use the `Indices and tables` section now, so remove it and everything below. - The top four lines, starting with `..`, are a comment. - The next lines are the table of contents. We can add content below: