diff --git a/docs/conf.py b/docs/conf.py index aeb59636..0cbc6562 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,6 +41,7 @@ "numpy": ("https://numpy.org/doc/stable/", None), "pydantic": ("https://docs.pydantic.dev/latest/", None), "zarr": ("https://zarr.readthedocs.io/en/stable/", None), + "segy": ("https://segy.readthedocs.io/en/stable/", None), } pygments_style = "vs"