We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3dd6c commit da23ff5Copy full SHA for da23ff5
docs/source/conf.py
@@ -10,15 +10,15 @@
10
from pathlib import Path
11
12
# Define the path to your module using Path
13
-module_path = Path(__file__).parent.parent / "model_api" / "python"
+module_path = Path(__file__).parent.parent / "src" / "python"
14
15
# Insert the path to sys.path
16
sys.path.insert(0, str(module_path.resolve()))
17
18
-project = "InferenceSDK"
19
-copyright = "2024, Intel OpenVINO"
20
-author = "Intel OpenVINO"
21
-release = "2024"
+project = "ModelAPI"
+copyright = "2025, Intel"
+author = "Intel"
+release = "2025"
22
23
# -- General configuration ---------------------------------------------------
24
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
0 commit comments