projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eddd1f5
)
Remove comment sign and add correct path for nmigen intersphinx.
author
R Veera Kumar
<vklr@vkten.in>
Sat, 5 Jun 2021 02:31:29 +0000
(08:01 +0530)
committer
R Veera Kumar
<vklr@vkten.in>
Sat, 5 Jun 2021 02:31:29 +0000
(08:01 +0530)
conf.py
patch
|
blob
|
history
diff --git
a/conf.py
b/conf.py
index 01e7bb46d8fbd11ec78d7b4b36787fb2a4d25e72..2e8a7b229b1baa648ff33f8758e40788cd6a3235 100644
(file)
--- a/
conf.py
+++ b/
conf.py
@@
-176,7
+176,7
@@
texinfo_documents = [
lsocbase = 'https://docs.libre-soc.org/'
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"python": ('https://docs.python.org/3', None),
- "nmigen": ('https://nmigen.info/nmigen
', 'latest'
),
+ "nmigen": ('https://nmigen.info/nmigen
/latest', None
),
"openpower": (lsocbase+'openpower-isa', None),
"soc": (lsocbase+'soc', None),
}