From 40772065063133b61058f21ec2fe16ea56fa1cf3 Mon Sep 17 00:00:00 2001 From: Chris Mackey Date: Wed, 16 Oct 2024 08:04:06 -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 8230467a..c83a9b58 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 -------------------------------------------------