diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2022-02-07 17:36:20 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2022-02-07 18:04:58 +0100 |
commit | 348388efb66ab7dbfe42539de613ccc80310eb7b (patch) | |
tree | b8a6067dbbb7d1a6a0933cdcc052ad3391f84b70 | |
parent | 78cf122a7535f79d9bfd6398eb30a43005a3863c (diff) | |
download | ghdl-348388efb66ab7dbfe42539de613ccc80310eb7b.tar.gz ghdl-348388efb66ab7dbfe42539de613ccc80310eb7b.tar.bz2 ghdl-348388efb66ab7dbfe42539de613ccc80310eb7b.zip |
doc/conf: add interpshinx target 'vasg'
-rw-r--r-- | doc/conf.py | 7 |
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) } |