init
This commit is contained in:
11
lib_audio_dsp/test/pipeline/doc_examples/utils.py
Normal file
11
lib_audio_dsp/test/pipeline/doc_examples/utils.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user