aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/scripts/generate_docs.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyarmnn/scripts/generate_docs.py')
-rwxr-xr-xpython/pyarmnn/scripts/generate_docs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyarmnn/scripts/generate_docs.py b/python/pyarmnn/scripts/generate_docs.py
index 8de0831d31..9af0027317 100755
--- a/python/pyarmnn/scripts/generate_docs.py
+++ b/python/pyarmnn/scripts/generate_docs.py
@@ -29,7 +29,7 @@ def __copy_file_to_dir(file_paths: Union[List[str], str], target_dir_path: str):
def copy_doc_images():
- __copy_file_to_dir(file_paths=['docs/pyarmnn.png'],
+ __copy_file_to_dir(file_paths=['../../docs/pyarmnn.png'],
target_dir_path='docs')