We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e94f8f9 + 8b15454 commit e3ae2cdCopy full SHA for e3ae2cd
docs/sphinx_preprocessor.py
@@ -48,7 +48,7 @@ def remove_sphinx_markdown(md_file_text, name):
48
49
def process_section(section):
50
if 'Chapter' in section:
51
- print(f'Processing chapter {section['Chapter']['name']}', file=sys.stderr)
+ print(f'Processing chapter {section["Chapter"]["name"]}', file=sys.stderr)
52
section['Chapter']['content'] = remove_sphinx_markdown(section['Chapter']['content'], section['Chapter']['name'])
53
for s in section['Chapter']['sub_items']:
54
process_section(s)
0 commit comments