Skip to content

Commit da23ff5

Browse files
committed
Update config for docs
1 parent 7f3dd6c commit da23ff5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/source/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
from pathlib import Path
1111

1212
# Define the path to your module using Path
13-
module_path = Path(__file__).parent.parent / "model_api" / "python"
13+
module_path = Path(__file__).parent.parent / "src" / "python"
1414

1515
# Insert the path to sys.path
1616
sys.path.insert(0, str(module_path.resolve()))
1717

18-
project = "InferenceSDK"
19-
copyright = "2024, Intel OpenVINO"
20-
author = "Intel OpenVINO"
21-
release = "2024"
18+
project = "ModelAPI"
19+
copyright = "2025, Intel"
20+
author = "Intel"
21+
release = "2025"
2222

2323
# -- General configuration ---------------------------------------------------
2424
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)