change path

This commit is contained in:
samfreund
2025-05-09 12:57:42 -05:00
parent 6f2fd19351
commit 1637be6044
2 changed files with 5 additions and 3 deletions

View File

@@ -22,7 +22,9 @@ extensions = [
import os
import sys
sys.path.insert(0, os.path.abspath("../..")) # adjust based on your project layout
sys.path.insert(
0, os.path.abspath("../../photonlibpy")
) # adjust based on your project layout
templates_path = ["_templates"]
exclude_patterns = []