This commit is contained in:
samfreund
2025-11-25 15:31:11 -06:00
parent ce0b00ee03
commit a7329c48a3

View File

@@ -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.
#