Skip to content
Snippets Groups Projects
Commit e22ed77e authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Merge branch 'scipy-sphinx' into 'master'

Temporary fix on scipy intersphinx

See merge request !134
parents cb0963f0 c88cb596
Branches
Tags
1 merge request!134Temporary fix on scipy intersphinx
Pipeline #58252 passed
......@@ -523,7 +523,7 @@ def link_documentation(additional_packages = ['python', 'numpy'], requirements_f
# add indexes for common packages used in Bob
_add_index('python', 'https://docs.python.org/%d.%d/' % sys.version_info[:2])
_add_numpy_index()
_add_scipy_index()
_add_index('scipy', 'https://docs.scipy.org/doc/scipy/')
_add_index('matplotlib', 'https://matplotlib.org/')
_add_index('setuptools', 'https://setuptools.readthedocs.io/en/latest/')
_add_index('six', 'https://six.readthedocs.io')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment