Remove horizontal rule in exporter docs
This commit is contained in:
@@ -2366,5 +2366,5 @@ def build_export_docs():
|
|||||||
|
|
||||||
sections.append(section)
|
sections.append(section)
|
||||||
|
|
||||||
docs = '\n\n---\n\n'.join(sections)
|
docs = '\n\n\n'.join(sections)
|
||||||
return helpers.sanitize(docs)
|
return helpers.sanitize(docs)
|
||||||
|
Reference in New Issue
Block a user