From a7329c48a31524944ec8c135fa118b1204ed6f82 Mon Sep 17 00:00:00 2001 From: samfreund Date: Tue, 25 Nov 2025 15:31:11 -0600 Subject: [PATCH] lint --- photon-lib/py/docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photon-lib/py/docs/source/conf.py b/photon-lib/py/docs/source/conf.py index 3ae447750..a21c7b28c 100644 --- a/photon-lib/py/docs/source/conf.py +++ b/photon-lib/py/docs/source/conf.py @@ -2,7 +2,7 @@ import os import sys # This adds the 'py/' directory to the Python path -sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..'))) +sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))) # Configuration file for the Sphinx documentation builder. #