Skip to content

Commit

Permalink
TEST lowercase intersphinx ids
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Oct 2, 2021
1 parent 129465f commit b90167d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ def _LatestTagName():
intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
'osvb': ('https://umarcor.github.io/osvb', None),
'pyVHDLModel': ('https://vhdl.github.io/pyVHDLModel', None),
'pySVModel': ('https://edaa-org.github.io/pySystemVerilogModel', None),
'pyvhdlmodel': ('https://vhdl.github.io/pyVHDLModel', None),
'pysvmodel': ('https://edaa-org.github.io/pySystemVerilogModel', None),
}


Expand Down

0 comments on commit b90167d

Please sign in to comment.