From 3baa6e09e2c488a29c2d6d18172aa47422dc4f1c Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Wed, 15 Apr 2020 21:02:41 +0200 Subject: [PATCH] FIXUP: move "versionadded" --- doc/usage/theming.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/usage/theming.rst b/doc/usage/theming.rst index e9d57abbb..0aae78718 100644 --- a/doc/usage/theming.rst +++ b/doc/usage/theming.rst @@ -155,21 +155,21 @@ These themes are: previous/next page using the keyboard's left and right arrows. Defaults to ``False``. - .. versionadded:: 3.1 - - The following options: - - **globaltoc_collapse** (true or false): Only expand subsections of the current document in ``globaltoc.html`` (see :confval:`html_sidebars`). Defaults to ``True``. + .. versionadded:: 3.1 + - **globaltoc_includehidden** (true or false): Show even those subsections in ``globaltoc.html`` (see :confval:`html_sidebars`) which have been included with the ``:hidden:`` flag of the :rst:dir:`toctree` directive. Defaults to ``False``. + .. versionadded:: 3.1 + **alabaster** `Alabaster theme`_ is a modified "Kr" Sphinx theme from @kennethreitz (especially as used in his Requests project), which was itself originally