mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
added blank line before section to avoid sphinx warnings
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user