12 lines
266 B
Python
12 lines
266 B
Python
# Copyright 2024-2025 XMOS LIMITED.
|
|
# This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
|
|
|
"""
|
|
if docs path change, update them here
|
|
"""
|
|
|
|
from pathlib import Path
|
|
|
|
DOC_PATH = Path(__file__).parents[3] / "doc"
|
|
IMGS_PATH = DOC_PATH / "images"
|