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 7979intersphinx_mapping = {
8080 'python' : ('https://docs.python.org/3/' , None ),
8181 '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 ),
8383 'pandas' : ('https://pandas.pydata.org/pandas-docs/stable/' , None ),
8484 'qtutils' : ('https://qtutils.readthedocs.io/en/stable/' , None ),
8585 'pyqtgraph' : (
8686 'https://pyqtgraph.readthedocs.io/en/latest/' ,
8787 None ,
8888 ), # 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 ),
9191 'pydaqmx' : ('https://pythonhosted.org/PyDAQmx/' , None ),
9292 'qt' : (
9393 '' ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ install_requires =
3535[options.extras_require]
3636docs =
3737 PyQt5
38- Sphinx ==3.5.3
38+ Sphinx ==4.4.0
3939 sphinx-rtd-theme ==0.5.2
4040 recommonmark ==0.6.0
4141 m2r ==0.2.1
You can’t perform that action at this time.
0 commit comments