File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 93
93
intersphinx_mapping = {
94
94
'python' : ('https://docs.python.org/3/' , None ),
95
95
'numpy' : ('https://numpy.org/doc/stable/' , None ),
96
- 'scipy' : ('https://docs.scipy.org/doc/scipy/reference/ ' , None ),
96
+ 'scipy' : ('https://docs.scipy.org/doc/scipy/' , None ),
97
97
'pandas' : ('https://pandas.pydata.org/pandas-docs/stable/' , None ),
98
98
'qtutils' : ('https://qtutils.readthedocs.io/en/stable/' , None ),
99
99
'pyqtgraph' : (
100
100
'https://pyqtgraph.readthedocs.io/en/latest/' ,
101
101
None ,
102
102
), # change to stable once v0.11 is published
103
- 'matplotlib' : ('https://matplotlib.org/' , None ),
104
- 'h5py' : ('http ://docs.h5py.org/en/stable/' , None ),
103
+ 'matplotlib' : ('https://matplotlib.org/stable/ ' , None ),
104
+ 'h5py' : ('https ://docs.h5py.org/en/stable/' , None ),
105
105
'pydaqmx' : ('https://pythonhosted.org/PyDAQmx/' , None ),
106
106
'qt' : (
107
107
'' ,
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ install_requires =
39
39
[options.extras_require]
40
40
docs =
41
41
PyQt5
42
- Sphinx ==3.5.3
42
+ Sphinx ==4.4.0
43
43
sphinx-rtd-theme ==0.5.2
44
44
recommonmark ==0.6.0
45
45
m2r ==0.2.1
You can’t perform that action at this time.
0 commit comments