File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 79
79
intersphinx_mapping = {
80
80
'python' : ('https://docs.python.org/3/' , None ),
81
81
'numpy' : ('https://numpy.org/doc/stable/' , None ),
82
- 'scipy' : ('https://docs.scipy.org/doc/scipy/reference/ ' , None ),
82
+ 'scipy' : ('https://docs.scipy.org/doc/scipy/' , None ),
83
83
'pandas' : ('https://pandas.pydata.org/pandas-docs/stable/' , None ),
84
84
'qtutils' : ('https://qtutils.readthedocs.io/en/stable/' , None ),
85
85
'pyqtgraph' : (
86
86
'https://pyqtgraph.readthedocs.io/en/latest/' ,
87
87
None ,
88
88
), # change to stable once v0.11 is published
89
- 'matplotlib' : ('https://matplotlib.org/' , None ),
90
- 'h5py' : ('http ://docs.h5py.org/en/stable/' , None ),
89
+ 'matplotlib' : ('https://matplotlib.org/stable/ ' , None ),
90
+ 'h5py' : ('https ://docs.h5py.org/en/stable/' , None ),
91
91
'pydaqmx' : ('https://pythonhosted.org/PyDAQmx/' , None ),
92
92
'qt' : (
93
93
'' ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ install_requires =
35
35
[options.extras_require]
36
36
docs =
37
37
PyQt5
38
- Sphinx ==3.5.3
38
+ Sphinx ==4.4.0
39
39
sphinx-rtd-theme ==0.5.2
40
40
recommonmark ==0.6.0
41
41
m2r ==0.2.1
You can’t perform that action at this time.
0 commit comments