Skip to content

Commit

Permalink
fix md links
Browse files Browse the repository at this point in the history
Signed-off-by: weiwee <[email protected]>
  • Loading branch information
sagewe committed Nov 23, 2020
1 parent fb209da commit 938e0fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/readthedoc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
def ultimateReplace(app, docname, source):
result = source[0]
result = result.replace(".rst", ".html")
result = result.replace(".md", ".html")
source[0] = result


Expand Down

0 comments on commit 938e0fe

Please sign in to comment.