Skip to content

Commit ded2375

Browse files
authored
Add an entry in navigation bar for python bindings docs (#238)
This is a follow-up PR of #235. This PR adds a button in the navigation bar for the python bindings API docs (https://mlir.llvm.org/python-bindings/), so that users can find the generated Sphinx docs. cc @jpienaar
1 parent 7e24298 commit ded2375

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ disablePathToLower = true
9191
weight = 1
9292
url = "/doxygen/"
9393

94+
[[menu.main]]
95+
name = "Python Bindings API docs"
96+
parent = "Source"
97+
weight = 3
98+
url = "/python-bindings/"
99+
94100
[[menu.main]]
95101
name = "Bugs"
96102
weight = 20

0 commit comments

Comments
 (0)