Remove horizontal rule in exporter docs

This commit is contained in:
JonnyWong16 2020-10-14 20:01:28 -07:00
commit f6b800c372
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

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)