From a23bdc3276127f7cad85c9d28f149379707d2f68 Mon Sep 17 00:00:00 2001 From: Chris Mackey Date: Wed, 16 Oct 2024 13:29:49 -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 030ab64..be57f74 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 -------------------------------------------------