From db0acd5a8776653af827d13f373563435ff98437 Mon Sep 17 00:00:00 2001 From: David Meyer Date: Thu, 28 Apr 2022 13:23:59 -0400 Subject: [PATCH 1/2] Update intersphinx links. --- docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 7d738dc0..f5004345 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -75,15 +75,15 @@ intersphinx_mapping = { 'python': ('https://docs.python.org/3/', None), 'numpy': ('https://numpy.org/doc/stable/', None), - 'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None), + 'scipy': ('https://docs.scipy.org/doc/scipy/', None), 'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None), 'qtutils': ('https://qtutils.readthedocs.io/en/stable/', None), 'pyqtgraph': ( 'https://pyqtgraph.readthedocs.io/en/latest/', None, ), # change to stable once v0.11 is published - 'matplotlib': ('https://matplotlib.org/', None), - 'h5py': ('http://docs.h5py.org/en/stable/', None), + 'matplotlib': ('https://matplotlib.org/stable/', None), + 'h5py': ('https://docs.h5py.org/en/stable/', None), 'pydaqmx': ('https://pythonhosted.org/PyDAQmx/', None), 'qt': ( '', From 5602e4738547325f0216fac99ef8a62e48095b01 Mon Sep 17 00:00:00 2001 From: David Meyer Date: Thu, 28 Apr 2022 13:28:50 -0400 Subject: [PATCH 2/2] Update sphinx pin to avoid deprecated jinja2 import. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 72ed78a3..96786d53 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,7 +45,7 @@ install_requires = [options.extras_require] docs = PyQt5 - Sphinx==3.5.3 + Sphinx==4.4.0 sphinx-rtd-theme==0.5.2 recommonmark==0.6.0 m2r==0.2.1