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 9292intersphinx_mapping = {
9393 'python' : ('https://docs.python.org/3/' , None ),
9494 'numpy' : ('https://numpy.org/doc/stable/' , None ),
95- 'scipy' : ('https://docs.scipy.org/doc/scipy/reference/ ' , None ),
95+ 'scipy' : ('https://docs.scipy.org/doc/scipy/' , None ),
9696 'pandas' : ('https://pandas.pydata.org/pandas-docs/stable/' , None ),
9797 'qtutils' : ('https://qtutils.readthedocs.io/en/stable/' , None ),
9898 'pyqtgraph' : (
9999 'https://pyqtgraph.readthedocs.io/en/latest/' ,
100100 None ,
101101 ), # change to stable once v0.11 is published
102- 'matplotlib' : ('https://matplotlib.org/' , None ),
103- 'h5py' : ('http ://docs.h5py.org/en/stable/' , None ),
102+ 'matplotlib' : ('https://matplotlib.org/stable/ ' , None ),
103+ 'h5py' : ('https ://docs.h5py.org/en/stable/' , None ),
104104 'pydaqmx' : ('https://pythonhosted.org/PyDAQmx/' , None ),
105105 'qt' : (
106106 '' ,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ gui_scripts =
4747pyqt = PyQt5
4848docs =
4949 PyQt5
50- Sphinx ==3.5.3
50+ Sphinx ==4.4.0
5151 sphinx-rtd-theme ==0.5.2
5252 recommonmark ==0.6.0
5353 m2r ==0.2.1
You can’t perform that action at this time.
0 commit comments