From 0e6b227ae4780e6efafe4e2ba56d4436e18c6876 Mon Sep 17 00:00:00 2001 From: Chris Mackey Date: Wed, 16 Oct 2024 14:15:10 -0700 Subject: [PATCH] ci(docs): Clean up the indentation of the nav bar --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 3b949fe..0265c97 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -85,6 +85,8 @@ # The name of the Pygments (syntax highlighting) style to use. pygments_style = None +# hide the class names in the nav bar +toc_object_entries_show_parents = 'hide' # -- Options for HTML output -------------------------------------------------