|
36 | 36 | 'sphinx.ext.todo', |
37 | 37 | 'sphinx_inline_tabs', |
38 | 38 | 'sphinx_copybutton', |
| 39 | + 'sphinx_toolbox.collapse', |
39 | 40 | ] |
40 | 41 |
|
41 | 42 | # config for copy button |
|
397 | 398 | # Example configuration for intersphinx: refer to the Python standard library. |
398 | 399 | intersphinx_mapping = { |
399 | 400 | 'boltons': ('https://boltons.readthedocs.io/en/latest/', None), |
| 401 | + 'bottle': ('https://bottlepy.org/docs/dev/', None), |
400 | 402 | 'build': ('https://pypa-build.readthedocs.io/en/stable/', None), |
401 | 403 | 'cffi': ('https://cffi.readthedocs.io/en/latest/', None), |
402 | 404 | 'conda': ('https://conda.io/en/latest/', None), |
|
407 | 409 | 'nox': ('https://nox.thea.codes/en/latest/', None), |
408 | 410 | 'openstack': ('https://docs.openstack.org/glance/latest/', None), |
409 | 411 | 'packaging': ('https://packaging.pypa.io/en/latest/', None), |
410 | | - 'packaging.python.org': ('https://packaging.python.org/', None), |
| 412 | + 'packaging.python.org': ('https://packaging.python.org/en/latest/', None), |
411 | 413 | 'pip': ('https://pip.pypa.io/en/latest/', None), |
412 | 414 | 'pipenv': ('https://pipenv.pypa.io/en/latest/', None), |
413 | 415 | 'piwheels': ('https://piwheels.readthedocs.io/en/latest/', None), |
|
416 | 418 | 'pypa': ('https://www.pypa.io/en/latest/', None), |
417 | 419 | 'python': ('https://docs.python.org/3', None), |
418 | 420 | 'python-guide': ('https://docs.python-guide.org', None), |
419 | | - 'setuptools': ('https://setuptools.readthedocs.io/en/latest/', None), |
| 421 | + 'setuptools': ('https://setuptools.pypa.io/en/latest/', None), |
420 | 422 | 'spack': ('https://spack.readthedocs.io/en/latest/', None), |
421 | 423 | 'sphinx': ('https://www.sphinx-doc.org/en/master', None), |
422 | | - 'tox': ('https://tox.readthedocs.io/en/latest/', None), |
| 424 | + 'tox': ('https://tox.wiki/en/latest/', None), |
423 | 425 | 'twine': ('https://twine.readthedocs.io/en/stable/', None), |
424 | 426 | 'virtualenv': ('https://virtualenv.pypa.io/en/stable/', None), |
425 | 427 | } |
|
0 commit comments