From 3c609c0d0975eef4c5252d68314d9db4dbde73f3 Mon Sep 17 00:00:00 2001
From: Enrique Garcia <garcia@lapp.in2p3.fr>
Date: Tue, 14 Sep 2021 13:36:50 +0000
Subject: [PATCH] Pages wrong path

---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 06aaace4..fdd6b31c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -14,7 +14,7 @@ import os
 import sys
 import shutil
 sys.path.insert(0, os.path.abspath('..'))
-notebook_dir = '../eossr/examples/notebooks/'
+notebook_dir = '../examples/notebooks/'
 if not os.path.exists('examples'):
     os.mkdir('examples')
 [shutil.copy(notebook_dir + file, 'examples') for file in os.listdir(notebook_dir) if file.endswith('.ipynb')]
-- 
GitLab