From 8e4f63b0b9f7f3fce4d0f19af709313d8b2f0a94 Mon Sep 17 00:00:00 2001 From: lukashergt Date: Wed, 6 Mar 2024 14:05:23 -0800 Subject: [PATCH] add link to `margarine` documentation to `conf.py` --- docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 466a88e2..3fe65354 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -241,7 +241,8 @@ def get_version(short=False): 'scipy':('https://docs.scipy.org/doc/scipy', None), 'pandas':('https://pandas.pydata.org/pandas-docs/stable', None), 'matplotlib':('https://matplotlib.org/stable', None), - 'getdist':('https://getdist.readthedocs.io/en/latest/', None) + 'getdist':('https://getdist.readthedocs.io/en/latest/', None), + 'margarine':('https://margarine.readthedocs.io/en/latest/', None) } # -- Options for todo extension ----------------------------------------------