Skip to content

Commit

Permalink
doc: unbreak generation for non-dev versions.
Browse files Browse the repository at this point in the history
whitequark committed May 26, 2017
1 parent 1a87126 commit 9e2ba25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
@@ -316,4 +316,4 @@ def linkcode_resolve(domain, info):
fn, linespec)
else:
return "http://github.com/m-labs/migen/blob/%s/migen/%s%s" % (
migen.__version__, fn, linespec)
migen_version, fn, linespec)

0 comments on commit 9e2ba25

Please sign in to comment.