aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 4071310a5..b01d17329 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -191,10 +191,11 @@ extensions = [
# Sphinx.Ext.InterSphinx
# ==============================================================================
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),
+ '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),
'vhdlmodel': ('https://vhdl.github.io/pyVHDLModel', None),
+ 'vasg': ('https://ieee-p1076.gitlab.io', None)
}