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 9393intersphinx_mapping = {
9494 'python' : ('https://docs.python.org/3/' , None ),
9595 '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 ),
9797 'pandas' : ('https://pandas.pydata.org/pandas-docs/stable/' , None ),
9898 'qtutils' : ('https://qtutils.readthedocs.io/en/stable/' , None ),
9999 'pyqtgraph' : (
100100 'https://pyqtgraph.readthedocs.io/en/latest/' ,
101101 None ,
102102 ), # 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 ),
105105 'pydaqmx' : ('https://pythonhosted.org/PyDAQmx/' , None ),
106106 'qt' : (
107107 '' ,
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ install_requires =
3939[options.extras_require]
4040docs =
4141 PyQt5
42- Sphinx ==3.5.3
42+ Sphinx ==4.4.0
4343 sphinx-rtd-theme ==0.5.2
4444 recommonmark ==0.6.0
4545 m2r ==0.2.1
You can’t perform that action at this time.
0 commit comments