Skip to content

Commit

Permalink
Merge pull request #95 from dihm/fix_docs_build
Browse files Browse the repository at this point in the history
Bump sphinx version and update intersphinx links
  • Loading branch information
dihm committed Jun 2, 2022
2 parents 8551005 + 029c3b6 commit 75ef861
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,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': (
'',
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gui_scripts =
pyqt = PyQt5
docs =
PyQt5
Sphinx==3.5.3
Sphinx==4.4.0
sphinx-rtd-theme==0.5.2
recommonmark==0.6.0
m2r==0.2.1
Expand Down

0 comments on commit 75ef861

Please sign in to comment.