From 18483d3316639b51593d2c886642043a0111766f Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Sun, 9 Oct 2022 10:34:04 -0600 Subject: [PATCH] docs: Set table of contents depth for Sphinx 5.x --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index a172de5..808a71e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,5 +1,4 @@ :og:description: Python library for converting lists to fancy ASCII tables for displaying in the terminal and on Discord. Install with \`pip install -U table2ascii\`. -:tocdepth: 2 table2ascii =========== @@ -21,6 +20,7 @@ Contents -------- .. toctree:: + :maxdepth: 2 usage api