Skip to content

Commit

Permalink
Try m2r_parse_relative_links True
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed May 22, 2020
1 parent f2b4acd commit bac703d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def setup(app):

# from m2r to make `mdinclude` work
app.add_config_value('no_underscore_emphasis', False, 'env')
app.add_config_value('m2r_parse_relative_links', False, 'env')
app.add_config_value('m2r_parse_relative_links', True, 'env')
app.add_config_value('m2r_anonymous_references', False, 'env')
app.add_config_value('m2r_disable_inline_math', False, 'env')
app.add_directive('mdinclude', MdInclude)

0 comments on commit bac703d

Please sign in to comment.