Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
zachjweiner committed Sep 23, 2019
1 parent c1a13b2 commit b64ab1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def linkcode_resolve(domain, info):
else:
linespec = ""

fn = relpath(fn, start=dirname(numpy.__file__))
import pystella
fn = relpath(fn, start=dirname(pystella.__file__))

return "https://github.com/zachjweiner/pystella/blob/%s%s" % (fn, linespec)

0 comments on commit b64ab1e

Please sign in to comment.