Skip to content

Commit 2fc3691

Browse files
committed
Added PyVISA intersphinx
1 parent eb7a26f commit 2fc3691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ def __getattr__(cls, name):
4747
]#'autodriver']
4848
# 'sphinxcontrib.spelling']
4949

50-
intersphinx_mapping = {'python': ('http://docs.python.org/3.4', None)}
50+
intersphinx_mapping = {'python': ('http://docs.python.org/3.4', None),
51+
'pyvisa': ('http://pyvisa.readthedocs.org/en/latest', None)}
5152

5253
autodoc_member_order = 'groupwise'
5354
autoclass_content = 'both'
@@ -130,7 +131,6 @@ def __getattr__(cls, name):
130131
' pip install sphinx_rtd_theme\n')
131132
sys.exit(1)
132133
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
133-
print(html_theme_path)
134134

135135
import driversdoc
136136
driversdoc.main()

0 commit comments

Comments
 (0)