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 706876b commit 06c5f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,5 @@ def linkcode_resolve(domain, info):
import pystella
fn = relpath(fn, start=dirname(pystella.__file__))

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

0 comments on commit 06c5f99

Please sign in to comment.