Skip to content

Commit

Permalink
Accidentally a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
UniversalSuperBox committed Aug 6, 2017
1 parent 880955a commit 3042434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
def setup(app):
app.add_config_value('recommonmark_config', {
'url_resolver': lambda url: github_doc_root + url,
"enable_auto_doc_ref": False,,
"enable_auto_doc_ref": False,
}, True)
app.add_transform(AutoStructify)

0 comments on commit 3042434

Please sign in to comment.