Skip to content

Commit dacef25

Browse files
committed
Update sphinx format
1 parent c6fad36 commit dacef25

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

conf.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,17 @@
7575
# a list of builtin themes.
7676
#
7777
html_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,
@@ -96,6 +101,8 @@
96101
# 'searchbox.html']``.
97102
#
98103
# html_sidebars = {}
104+
html_sidebars = {'**': ['index.html']}
105+
99106

100107

101108
# -- Options for HTMLHelp output ---------------------------------------------

index.rst

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,8 @@ Welcome to the ROScube documentation.
1010

1111
Please 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

0 commit comments

Comments
 (0)