Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #40 from superyyrrzz/mime
Browse files Browse the repository at this point in the history
update yaml mime
  • Loading branch information
bianliu1013 committed Jun 12, 2017
2 parents 92e83b5 + b57658f commit 0c70d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docfx_yaml/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def find_node_in_toc_tree(toc_yaml, to_add_node):
if app.verbosity >= 1:
app.info(bold('[docfx_yaml] ') + darkgreen('Outputting %s' % filename))
with open(out_file, 'w') as out_file_obj:
out_file_obj.write('#YamlMime:PythonReference\n')
out_file_obj.write('### YamlMime:UniversalReference\n')
dump(
{
'items': yaml_data,
Expand Down

0 comments on commit 0c70d91

Please sign in to comment.