projects
/
nmutil.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e251196
)
Remove comment sign and add correct path for nmigen intersphinx.
author
R Veera Kumar
<vklr@vkten.in>
Sat, 5 Jun 2021 01:59:55 +0000
(07:29 +0530)
committer
R Veera Kumar
<vklr@vkten.in>
Sat, 5 Jun 2021 01:59:55 +0000
(07:29 +0530)
conf.py
patch
|
blob
|
history
diff --git
a/conf.py
b/conf.py
index 2191fa0eb6576475895b9040dae6da8a5af4b80c..1a9395a6a0f378b8e67432802d65344ee86441ee 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),
}