aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorumarcor <38422348+umarcor@users.noreply.github.com>2020-04-14 17:42:35 +0200
committerGitHub <noreply@github.com>2020-04-14 17:42:35 +0200
commit626169d230d08172987f813ff44b0d7b43014250 (patch)
tree861dff585e4c0a68358be18c456b8857d529946b /doc/conf.py
parent471f916e70306cf653f45bea40297ad8e7c84cc6 (diff)
downloadghdl-626169d230d08172987f813ff44b0d7b43014250.tar.gz
ghdl-626169d230d08172987f813ff44b0d7b43014250.tar.bz2
ghdl-626169d230d08172987f813ff44b0d7b43014250.zip
doc: split 'Interfacing to other languages' to ghdl/ghdl-cosim (#1216)
* doc: move co-simulation content to ghdl/ghdl-cosim * doc: fix option ref syntax * doc: move examples to ghdl/ghdl-cosim
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index e28ce3e16..3764a2995 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -142,6 +142,7 @@ texinfo_documents = [
intersphinx_mapping = {
'python': ('https://docs.python.org/3.6/', None),
+ 'cosim': ('https://ghdl.github.io/ghdl-cosim', None),
'poc': ('https://poc-library.readthedocs.io/en/release', None)
}