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.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):