From b4a057e6758a0e0a81bae1e76033a05553a17b67 Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Fri, 30 Sep 2022 23:13:56 +0200 Subject: [PATCH] Sphinx: Disable table of contents entries for domain objects Closes #2144 --- python/doc/conf.py.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/doc/conf.py.in b/python/doc/conf.py.in index b2878bd826..e258e6a218 100644 --- a/python/doc/conf.py.in +++ b/python/doc/conf.py.in @@ -32,6 +32,9 @@ sys.path.insert(0, '@OPENTURNS_PYTHON_BUILD_MODULE_PATH@') # If your documentation needs a minimal Sphinx version, state it here. #needs_sphinx = '1.0' +# Create table of contents entries for domain objects +toc_object_entries = False + # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones.