From 5d3108dfe20cae299c3732914332148700777344 Mon Sep 17 00:00:00 2001 From: AlejandroCN7 Date: Wed, 25 Sep 2024 13:29:11 +0000 Subject: [PATCH] Fix documentation sinergym module not found --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 0f2668b4b..91a0efa37 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ import os import sys -sys.path.insert(0, os.path.abspath('../../sinergym')) +sys.path.insert(0, os.path.abspath('./../..')) # -- Project information -----------------------------------------------------