From a958a62e21ae0996f69d0e44cf2a48e4b1b3dac4 Mon Sep 17 00:00:00 2001 From: Gabriel Matos Date: Fri, 27 Oct 2023 15:00:20 +0100 Subject: [PATCH] Set `titles_only = True` in documentation configuration Prevents sidebar navigation from showing function name twice --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index ab4fdb3..5107e90 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,3 +42,5 @@ } latex_engine = "pdflatex" + +titles_only = True