mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-23 07:46:36 +08:00
docs(1-level TOC styling): multiple fixes... (#8431)
This commit is contained in:
@@ -587,7 +587,7 @@ def _create_rst_files_for_dir(src_root_dir_len: int,
|
||||
f.write(subdir_stem + '\n')
|
||||
f.write(section_line)
|
||||
f.write('\n')
|
||||
f.write('.. toctree::\n :maxdepth: 1\n\n')
|
||||
f.write('.. toctree::\n :maxdepth: 1\n :class: toctree-1-deep\n\n')
|
||||
|
||||
# One entry per `.rst` file
|
||||
for h_file in elig_h_files:
|
||||
|
||||
Reference in New Issue
Block a user