Skip to content

Commit bd5ad90

Browse files
authored
Merge pull request #53 from dihm/fix_docs_build
Bump sphinx pin and update intersphinx links
2 parents 4277a4f + ab81dc1 commit bd5ad90

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@
9292
intersphinx_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
'',

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ gui_scripts =
4747
pyqt = PyQt5
4848
docs =
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

0 commit comments

Comments
 (0)