|
180 | 180 |
|
181 | 181 | # intersphinx configuration to ease linking arviz docs
|
182 | 182 | intersphinx_mapping = {
|
183 |
| - "arviz": ("https://arviz-devs.github.io/arviz/", None), |
| 183 | + "arviz": ("https://python.arviz.org/en/latest/", None), |
184 | 184 | "aesara": ("https://aesara.readthedocs.io/en/latest/", None),
|
185 | 185 | "aeppl": ("https://aeppl.readthedocs.io/en/latest/", None),
|
186 |
| - "pmx": ("https://pymc-experimental.readthedocs.io/en/latest", None), |
| 186 | + "pmx": ("https://docs.pymc.io/projects/experimental/en/latest", None), |
187 | 187 | "numpy": ("https://numpy.org/doc/stable/", None),
|
188 |
| - "nb": ("https://pymc-examples.readthedocs.io/en/latest/", None), |
| 188 | + "nb": ("https://docs.pymc.io/projects/examples/en/latest/", None), |
189 | 189 | "myst": ("https://myst-parser.readthedocs.io/en/latest", None),
|
190 | 190 | "myst-nb": ("https://myst-nb.readthedocs.io/en/latest/", None),
|
191 | 191 | "python": ("https://docs.python.org/3/", None),
|
192 |
| - "xarray": ("https://xarray.pydata.org/en/stable/", None), |
| 192 | + "xarray": ("https://docs.xarray.dev/en/stable/", None), |
193 | 193 | }
|
194 | 194 |
|
195 | 195 |
|
|
228 | 228 | },
|
229 | 229 | ],
|
230 | 230 | "external_links": [
|
231 |
| - {"name": "About", "url": "https://www.pymc.io"}, |
232 | 231 | {"name": "Examples", "url": "https://docs.pymc.io/projects/examples/en/latest/"},
|
| 232 | + {"name": "pymc.io", "url": "https://www.pymc.io"}, |
233 | 233 | {"name": "Blog", "url": "https://www.pymc.io/blog.html"},
|
234 | 234 | ],
|
235 | 235 | "show_prev_next": False,
|
|
0 commit comments