Skip to content

Commit

Permalink
fix docs/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwwyyxx committed Apr 11, 2020
1 parent 399a74d commit 9460065
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 @@ -37,7 +37,7 @@ def resolve_any_xref(self, env, fromdocname, builder, target, node, contnode):
# bug of recommonmark.
# https://github.com/readthedocs/recommonmark/blob/ddd56e7717e9745f11300059e4268e204138a6b1/recommonmark/parser.py#L152-L155
github_url += ".md"
print(f"Ref {target} resolved to github:{github_url}")
print("Ref {} resolved to github:{}".format(target, github_url))
contnode["refuri"] = self.ROOT + github_url
return [("githuburl:any", contnode)]
else:
Expand Down

0 comments on commit 9460065

Please sign in to comment.