Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel LiteX
migen
Commits
b953453f
Commit
b953453f
authored
7 years ago
by
Tim 'mithro' Ansell
Committed by
Sébastien Bourdeauducq
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
doc: Fix tag link.
parent
5bc4f6f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/conf.py
doc/conf.py
+1
-1
No files found.
doc/conf.py
View file @
b953453f
...
@@ -307,5 +307,5 @@ def linkcode_resolve(domain, info):
...
@@ -307,5 +307,5 @@ def linkcode_resolve(domain, info):
return
"http://github.com/m-labs/migen/blob/master/migen/%s%s"
%
(
return
"http://github.com/m-labs/migen/blob/master/migen/%s%s"
%
(
fn
,
linespec
)
fn
,
linespec
)
else
:
else
:
return
"http://github.com/m-labs/migen/blob/
v
%s/migen/%s%s"
%
(
return
"http://github.com/m-labs/migen/blob/%s/migen/%s%s"
%
(
migen
.
__version__
,
fn
,
linespec
)
migen
.
__version__
,
fn
,
linespec
)
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment