diff --git a/docs/api/ir_tensor_adapters.md b/docs/api/ir_tensor_adapters.md index d43b9d6e..3453096b 100644 --- a/docs/api/ir_tensor_adapters.md +++ b/docs/api/ir_tensor_adapters.md @@ -12,7 +12,7 @@ :template: classtemplate.rst :nosignatures: - onnx_ir.tensor_adapters.TorchTensor + TorchTensor ``` ```{eval-rst} diff --git a/docs/conf.py b/docs/conf.py index 317da9db..175c0a47 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -72,6 +72,8 @@ "light_logo": "logo-light.png", "dark_logo": "logo-dark.png", "sidebar_hide_name": True, + "navigation_depth": 2, + "titles_only": True, } html_css_files = ["css/custom.css"] diff --git a/docs/index.md b/docs/index.md index 4112acea..ce165558 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,7 +15,7 @@ An in-memory IR that supports the full ONNX spec, designed for graph constructio ## Get started ```{toctree} -:maxdepth: 2 +:maxdepth: 1 Overview getting_started