From 06ff7884dfff606d669adbf66a0d2567774d7121 Mon Sep 17 00:00:00 2001
From: dcarron <daniel.carron@idiap.ch>
Date: Tue, 9 May 2023 11:57:29 +0200
Subject: [PATCH] Added pytorch-lightning to auto intersphinx

---
 doc/conf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/conf.py b/doc/conf.py
index c46a3dad..38c97b27 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -122,6 +122,7 @@ auto_intersphinx_packages = [
     "psutil",
     "torch",
     "torchvision",
+    "pytorch-lightning",
     ("clapper", "latest"),
     ("python", "3"),
 ]
-- 
GitLab