From d80072779ade7f6282ddfdf407f52521cc720b5d Mon Sep 17 00:00:00 2001 From: Chris Mackey Date: Wed, 16 Oct 2024 14:20:57 -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 2e1d78e8..e478eeed 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 -------------------------------------------------