added blank line before section to avoid sphinx warnings
This commit is contained in:
parent
c551fe8b50
commit
2ba5c3c66b
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ def process_category(category, categories, options, env, template, outputname):
|
||||||
|
|
||||||
sections.sort()
|
sections.sort()
|
||||||
for section in sections:
|
for section in sections:
|
||||||
category_file.write("%s\n%s\n\n" % (section.replace("_"," ").title(),'-' * len(section)))
|
category_file.write("\n%s\n%s\n\n" % (section.replace("_"," ").title(),'-' * len(section)))
|
||||||
category_file.write(".. toctree:: :maxdepth: 1\n\n")
|
category_file.write(".. toctree:: :maxdepth: 1\n\n")
|
||||||
|
|
||||||
section_modules = module_map[section].keys()
|
section_modules = module_map[section].keys()
|
||||||
|
|
Loading…
Reference in a new issue