Skip to content

Commit

Permalink
Merge pull request #100 from FarBo/FarBo/sphinx_visa_link
Browse files Browse the repository at this point in the history
fixed pyvisa intersphinx link
  • Loading branch information
jenshnielsen committed Jun 28, 2021
2 parents 914e9b4 + 9c99810 commit 34418c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
'python': ('https://docs.python.org/3.6', None),
'numpy': ('https://numpy.org/doc/stable', None),
'py': ('https://pylib.readthedocs.io/en/stable/', None),
'pyvisa': ('https://pyvisa.readthedocs.io/en/master/', None),
'pyvisa': ('https://pyvisa.readthedocs.io/en/stable/', None),
'IPython': ('https://ipython.readthedocs.io/en/stable/', None,),
'qcodes': ('https://qcodes.github.io/Qcodes/', None)
}
Expand Down

0 comments on commit 34418c5

Please sign in to comment.