Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/ir_tensor_adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:template: classtemplate.rst
:nosignatures:

onnx_ir.tensor_adapters.TorchTensor
TorchTensor
```

```{eval-rst}
Expand Down
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <self>
getting_started
Expand Down
Loading