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

Temporary fix on scipy intersphinx

parent cb0963f0
No related branches found
No related tags found
1 merge request!134Temporary fix on scipy intersphinx
Pipeline #58251 passed
...@@ -523,7 +523,7 @@ def link_documentation(additional_packages = ['python', 'numpy'], requirements_f ...@@ -523,7 +523,7 @@ def link_documentation(additional_packages = ['python', 'numpy'], requirements_f
# add indexes for common packages used in Bob # add indexes for common packages used in Bob
_add_index('python', 'https://docs.python.org/%d.%d/' % sys.version_info[:2]) _add_index('python', 'https://docs.python.org/%d.%d/' % sys.version_info[:2])
_add_numpy_index() _add_numpy_index()
_add_scipy_index() _add_index('scipy', 'https://docs.scipy.org/doc/scipy/')
_add_index('matplotlib', 'https://matplotlib.org/') _add_index('matplotlib', 'https://matplotlib.org/')
_add_index('setuptools', 'https://setuptools.readthedocs.io/en/latest/') _add_index('setuptools', 'https://setuptools.readthedocs.io/en/latest/')
_add_index('six', 'https://six.readthedocs.io') _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