From 5e9965cae1cc6162649910f423ebd86001fc1931 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 16 Nov 2021 16:53:38 +0000 Subject: Fixing error in pyarmnn generate_docs.py Signed-off-by: Nikhil Raj Change-Id: Ic352c48dfe04c6cc5a2b201bf71950866be6b2fe --- python/pyarmnn/scripts/generate_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit v1.2.1