Skip to content

Commit 5ec255a

Browse files
authored
Merge pull request #97 from dihm/docs_build
Fix docs build
2 parents f389240 + 5602e47 commit 5ec255a

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
@@ -75,15 +75,15 @@
7575
intersphinx_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
'',

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ install_requires =
4545
[options.extras_require]
4646
docs =
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

0 commit comments

Comments
 (0)