diff --git a/docs/conf.py b/docs/conf.py index d884beeebe1780ff42eb2cd40ef21be8dabfa1d1..e11d6a14a892c265f11e0b6d36aab14497f44b0e 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 -----------------------------------------------------