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 7575intersphinx_mapping = {
7676 'python' : ('https://docs.python.org/3/' , None ),
7777 'numpy' : ('https://numpy.org/doc/stable/' , None ),
78- 'scipy' : ('https://docs.scipy.org/doc/scipy/reference/ ' , None ),
78+ 'scipy' : ('https://docs.scipy.org/doc/scipy/' , None ),
7979 'pandas' : ('https://pandas.pydata.org/pandas-docs/stable/' , None ),
8080 'qtutils' : ('https://qtutils.readthedocs.io/en/stable/' , None ),
8181 'pyqtgraph' : (
8282 'https://pyqtgraph.readthedocs.io/en/latest/' ,
8383 None ,
8484 ), # change to stable once v0.11 is published
85- 'matplotlib' : ('https://matplotlib.org/' , None ),
86- 'h5py' : ('http ://docs.h5py.org/en/stable/' , None ),
85+ 'matplotlib' : ('https://matplotlib.org/stable/ ' , None ),
86+ 'h5py' : ('https ://docs.h5py.org/en/stable/' , None ),
8787 'pydaqmx' : ('https://pythonhosted.org/PyDAQmx/' , None ),
8888 'qt' : (
8989 '' ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ install_requires =
4545[options.extras_require]
4646docs =
4747 PyQt5
48- Sphinx ==3.5.3
48+ Sphinx ==4.4.0
4949 sphinx-rtd-theme ==0.5.2
5050 recommonmark ==0.6.0
5151 m2r ==0.2.1
You can’t perform that action at this time.
0 commit comments