From 6199ea83a671eab46677996f6783130b1eb767b2 Mon Sep 17 00:00:00 2001 From: Iglesia Dolci Date: Fri, 16 Feb 2024 16:17:44 +0000 Subject: [PATCH] add checkpoint_schedules at conf.py --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index d5d369d2..420fb66e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -352,4 +352,5 @@ 'python': ('https://docs.python.org/3/', None), 'numpy': ('https://numpy.org/doc/stable/', None), 'scipy': ('https://docs.scipy.org/doc/scipy/', None), + 'checkpoint_schedules': ('https://www.firedrakeproject.org/checkpoint_schedules/', None), }