We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7a26f commit 2fc3691Copy full SHA for 2fc3691
docs/conf.py
@@ -47,7 +47,8 @@ def __getattr__(cls, name):
47
]#'autodriver']
48
# 'sphinxcontrib.spelling']
49
50
-intersphinx_mapping = {'python': ('http://docs.python.org/3.4', None)}
+intersphinx_mapping = {'python': ('http://docs.python.org/3.4', None),
51
+ 'pyvisa': ('http://pyvisa.readthedocs.org/en/latest', None)}
52
53
autodoc_member_order = 'groupwise'
54
autoclass_content = 'both'
@@ -130,7 +131,6 @@ def __getattr__(cls, name):
130
131
' pip install sphinx_rtd_theme\n')
132
sys.exit(1)
133
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
- print(html_theme_path)
134
135
import driversdoc
136
driversdoc.main()
0 commit comments