Skip to content

Commit dfbd64a

Browse files
authored
Merge pull request #88 from dihm/fix_docs_build
Bump sphinx pin and update intersphinx links
2 parents 95965b8 + c284f8a commit dfbd64a

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
@@ -93,15 +93,15 @@
9393
intersphinx_mapping = {
9494
'python': ('https://docs.python.org/3/', None),
9595
'numpy': ('https://numpy.org/doc/stable/', None),
96-
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
96+
'scipy': ('https://docs.scipy.org/doc/scipy/', None),
9797
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
9898
'qtutils': ('https://qtutils.readthedocs.io/en/stable/', None),
9999
'pyqtgraph': (
100100
'https://pyqtgraph.readthedocs.io/en/latest/',
101101
None,
102102
), # change to stable once v0.11 is published
103-
'matplotlib': ('https://matplotlib.org/', None),
104-
'h5py': ('http://docs.h5py.org/en/stable/', None),
103+
'matplotlib': ('https://matplotlib.org/stable/', None),
104+
'h5py': ('https://docs.h5py.org/en/stable/', None),
105105
'pydaqmx': ('https://pythonhosted.org/PyDAQmx/', None),
106106
'qt': (
107107
'',

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ install_requires =
3939
[options.extras_require]
4040
docs =
4141
PyQt5
42-
Sphinx==3.5.3
42+
Sphinx==4.4.0
4343
sphinx-rtd-theme==0.5.2
4444
recommonmark==0.6.0
4545
m2r==0.2.1

0 commit comments

Comments
 (0)