Remove horizontal rule in exporter docs

This commit is contained in:
JonnyWong16
2020-10-14 20:01:28 -07:00
parent 26773ac67f
commit f6b800c372

View File

@@ -2366,5 +2366,5 @@ def build_export_docs():
sections.append(section)
docs = '\n\n---\n\n'.join(sections)
docs = '\n\n\n'.join(sections)
return helpers.sanitize(docs)