Skip to content

Commit 43d9901

Browse files
authored
Merge pull request #92 from dihm/fix_docs_build
Bump sphinx pin and update intersphinx links
2 parents b67bc30 + c48a1f2 commit 43d9901

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: docs/source/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@
7979
intersphinx_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
'',

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ install_requires =
3535
[options.extras_require]
3636
docs =
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

0 commit comments

Comments
 (0)