aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-11-16 11:38:32 +0000
committerNikhil Raj <nikhil.raj@arm.com>2021-11-16 12:28:47 +0000
commit129f0737a236dd79d623c3e827a28c7fe332bb00 (patch)
treefcdc70f3e11b497346df7ccd20b0e18a5c05be97 /python
parent46c657d34e1d125b14c89140c13db94493e447b7 (diff)
downloadarmnn-129f0737a236dd79d623c3e827a28c7fe332bb00.tar.gz
Update path to image file in pyarmnn generate_doc script
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Ifb5600771e49ac75d4d53bf281bcb87c7bdd99f9
Diffstat (limited to 'python')
-rwxr-xr-xpython/pyarmnn/scripts/generate_docs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pyarmnn/scripts/generate_docs.py b/python/pyarmnn/scripts/generate_docs.py
index d4bc75078f..8de0831d31 100755
--- a/python/pyarmnn/scripts/generate_docs.py
+++ b/python/pyarmnn/scripts/generate_docs.py
@@ -29,8 +29,8 @@ 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=['./images/pyarmnn.png'],
- target_dir_path='docs/pyarmnn/images')
+ __copy_file_to_dir(file_paths=['docs/pyarmnn.png'],
+ target_dir_path='docs')
def archive_docs(path, version):