From: Daniele Varrazzo Date: Tue, 13 Jul 2021 23:46:28 +0000 (+0200) Subject: Consistent TOC expansion in docs second level pages X-Git-Tag: 3.0.dev1~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a7e2f6f452fd3cec3a1068844fcf904b9071a2d;p=thirdparty%2Fpsycopg.git Consistent TOC expansion in docs second level pages --- diff --git a/docs/advanced/index.rst b/docs/advanced/index.rst index 16d1ba129..3606224a3 100644 --- a/docs/advanced/index.rst +++ b/docs/advanced/index.rst @@ -8,7 +8,7 @@ Once you have familiarised yourself with the :ref:`Psycopg basic operations usages. .. toctree:: - :maxdepth: 1 + :maxdepth: 2 :caption: Contents: async diff --git a/docs/basic/index.rst b/docs/basic/index.rst index b8f2e17eb..32f04e1eb 100644 --- a/docs/basic/index.rst +++ b/docs/basic/index.rst @@ -8,7 +8,7 @@ This section of the documentation will explain :ref:`how to install Psycopg the database ` or :ref:`loading data using COPY `. .. toctree:: - :maxdepth: 1 + :maxdepth: 2 :caption: Contents: install