Skip to content

Commit da5ec1b

Browse files
committed
docs: allow TOC navigation
1 parent 5cf4ab7 commit da5ec1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@
8181
"conf_py_path": "doc/",
8282
"source_suffix": '.rst',
8383
}
84+
html_theme_options = {
85+
'collapse_navigation': False,
86+
}
8487

8588

8689
# If true, an OpenSearch description file will be output, and all pages will

0 commit comments

Comments
 (0)