Code style fixed

This commit is contained in:
Nicolas 2025-06-06 16:36:55 +02:00
parent 3771cfad05
commit 3de52ae748
1 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ def write_dochtree(f: TextIOWrapper, title: str, items: list[str]):
f.write('```{toctree}\n')
f.write(':maxdepth: 1\n')
f.write(f':caption: {title}:\n')
#f.write(':hidden:\n')
# f.write(':hidden:\n')
for text in items:
if not text.startswith('_'):
f.write(f"{text}\n")