File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 394394
395395# Example configuration for intersphinx: refer to the Python standard library.
396396intersphinx_mapping = {
397+ 'openstack' : ('https://docs.openstack.org/glance/latest/' , None ),
397398 'python' : ('https://docs.python.org/3' , None ),
398399 'python2' : ('https://docs.python.org/2' , None ),
399400 'pip' : ('https://pip.pypa.io/en/latest/' , None ),
401+ 'scipy' : ('https://www.scipy.org' , None ),
400402 'setuptools' : ('https://setuptools.readthedocs.io/en/latest/' , None ),
401- 'twine' : ('https://twine.readthedocs.io/en/stable/' , None ),
402403 'tox' : ('https://tox.readthedocs.io/en/latest/' , None ),
403- 'scipy' : ('https://www.scipy.org' , None ),
404- 'openstack' : ('https://docs.openstack.org/glance/latest/' , None ),
404+ 'twine' : ('https://twine.readthedocs.io/en/stable/' , None ),
405405}
406406
407407
You can’t perform that action at this time.
0 commit comments