|
67 | 67 |
|
68 | 68 | intersphinx_mapping = {
|
69 | 69 | "aesara": ("https://aesara.readthedocs.io/en/latest/", None),
|
70 |
| - "arviz": ("https://arviz-devs.github.io/arviz", None), |
| 70 | + "arviz": ("https://python.arviz.org/en/latest/", None), |
71 | 71 | "bambi": ("https://bambinos.github.io/bambi/main", None),
|
72 |
| - "mpl": ("https://matplotlib.org/", None), |
| 72 | + "mpl": ("https://matplotlib.org/stable/", None), |
73 | 73 | "numpy": ("https://numpy.org/doc/stable/", None),
|
74 |
| - "pymc": ("https://docs.pymc.io/en/stable", None), |
75 |
| - "nb": ("https://docs.pymc.io/projects/examples/en/latest/", None), |
| 74 | + "pymc": ("https://www.pymc.io/projects/docs/en/latest", None), |
| 75 | + "nb": ("https://www.pymc.io/projects/examples/en/latest/", None), |
| 76 | + "pmx": ("https://www.pymc.io/projects/experimental/en/latest/", None), |
76 | 77 | "scipy": ("https://docs.scipy.org/doc/scipy/", None),
|
77 |
| - "xarray": ("https://xarray.pydata.org/en/stable/", None), |
| 78 | + "xarray": ("https://docs.xarray.dev/en/stable/", None), |
78 | 79 | }
|
79 | 80 |
|
80 | 81 | blog_baseurl = "https://pymc.io"
|
81 |
| -blog_title = "Keeping up with PyMC" |
| 82 | +blog_title = "PyMC project website" |
82 | 83 | blog_path = "blog"
|
83 | 84 | blog_authors = {
|
84 | 85 | "contributors": ("PyMC Contributors", "https://pymc.io"),
|
|
87 | 88 | blog_default_author = "contributors"
|
88 | 89 | fontawesome_included = True
|
89 | 90 |
|
| 91 | +notfound_urls_prefix = "" |
| 92 | + |
90 | 93 | rediraffe_redirects = {
|
91 | 94 | "index.md": "welcome.md",
|
92 | 95 | }
|
|
0 commit comments