aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-11-16 16:53:38 +0000
committerNikhil Raj <nikhil.raj@arm.com>2021-11-16 16:53:38 +0000
commit888a363115e0bf47f227c9db6fc1dbfe0418f69c (patch)
tree316b68c17f687643cd43cb18aeac1182b2d7a7e6 /python
parent129f0737a236dd79d623c3e827a28c7fe332bb00 (diff)
downloadarmnn-888a363115e0bf47f227c9db6fc1dbfe0418f69c.tar.gz
Fixing error in pyarmnn generate_docs.py
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Ic352c48dfe04c6cc5a2b201bf71950866be6b2fe
Diffstat (limited to 'python')
-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')