File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed
Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 7575# a list of builtin themes.
7676#
7777html_theme = 'sphinx_rtd_theme'
78+ # html_theme = 'sphinx_book_theme'
7879
7980# Theme options are theme-specific and customize the look and feel of a theme
8081# further. For a list of options available for each theme, see the
8182# documentation.
8283#
83- # html_theme_options = {}
84+ html_theme_options = {
85+ "collapse_navigation" : False ,
86+ "navigation_depth" : 4
87+ # ,"show_navbar_depth": 2
88+ }
8489
8590# Add any paths that contain custom static files (such as style sheets) here,
8691# relative to this directory. They are copied after the builtin static files,
96101# 'searchbox.html']``.
97102#
98103# html_sidebars = {}
104+ html_sidebars = {'**' : ['index.html' ]}
105+
99106
100107
101108# -- Options for HTMLHelp output ---------------------------------------------
Original file line number Diff line number Diff line change @@ -10,17 +10,8 @@ Welcome to the ROScube documentation.
1010
1111Please refer to different sections based on your platform.
1212
13- **NVIDIA series **
14-
15- - ROScube-X series
16- - ROScube Pico series
17-
18- **Intel series **
19-
20- - ROScube-I
21-
2213.. toctree ::
23- :hidden:
14+ :caption: Table of Contents
2415
2516 roscube-x/index.rst
2617 roscube-pico/index.rst
You can’t perform that action at this time.
0 commit comments