From 5b0656258b452f329984a2ac6a77f5daab1efa8b Mon Sep 17 00:00:00 2001 From: Nicolas MAILLET <nicolas.maillet@pasteur.fr> Date: Wed, 16 May 2018 11:35:44 +0200 Subject: [PATCH] Test include for rtfd --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ed68f71..c17844b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ import sys sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '../rpg'))) sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), - '../../rpg'))) + '../../../rpg'))) # -- Project information ----------------------------------------------------- -- GitLab