|
50 | 50 | 'sphinx_copybutton',
|
51 | 51 | 'sphinxcontrib.default_values',
|
52 | 52 | 'sphinxcontrib.toctree_plus',
|
| 53 | + 'seed_intersphinx_mapping', |
53 | 54 | 'sphinx_autodoc_typehints',
|
54 | 55 | ]
|
55 | 56 |
|
|
67 | 68 | pygments_style = 'default'
|
68 | 69 |
|
69 | 70 | intersphinx_mapping = {
|
70 |
| - 'rtd': ('https://docs.readthedocs.io/en/latest/', None), |
71 |
| - 'sphinx': ('https://www.sphinx-doc.org/en/stable/', None), |
72 | 71 | 'python': ('https://docs.python.org/3/', None),
|
73 |
| - "NumPy": ('https://numpy.org/doc/stable/', None), |
74 |
| - "SciPy": ('https://docs.scipy.org/doc/scipy/reference', None), |
75 |
| - "Pandas": ('https://pandas.pydata.org/docs/', None), |
76 |
| - "matplotlib": ('https://matplotlib.org', None), |
| 72 | + 'sphinx': ('https://www.sphinx-doc.org/en/stable/', None), |
| 73 | + 'rtd': ('https://docs.readthedocs.io/en/latest/', None), |
77 | 74 | "h5py": ('https://docs.h5py.org/en/latest/', None),
|
78 |
| - "Sphinx": ('https://www.sphinx-doc.org/en/master/', None), |
79 |
| - "Django": ('https://docs.djangoproject.com/en/dev/', 'https://docs.djangoproject.com/en/dev/_objects/'), |
80 | 75 | "sarge": ('https://sarge.readthedocs.io/en/latest/', None),
|
81 |
| - "attrs": ('https://www.attrs.org/en/stable/', None), |
82 | 76 | }
|
83 | 77 |
|
84 | 78 | html_theme = 'domdf_sphinx_theme'
|
|
0 commit comments