From a7b0484b54ca2ac0f784b7a073fc3702aa7aa02c Mon Sep 17 00:00:00 2001 From: elajkat Date: Wed, 24 Feb 2021 09:41:28 +0100 Subject: [PATCH] Add symlink of images to doc/source sphinx seems to not finding paths for images files, but adding a symlink to doc/source make the doc build work again. Change-Id: Icf8e867c21252e0d098e45630dcb8399eb6386ab Closes-Bug: #1916332 --- doc/source/images | 1 + 1 file changed, 1 insertion(+) create mode 120000 doc/source/images diff --git a/doc/source/images b/doc/source/images new file mode 120000 index 000000000..5fa698708 --- /dev/null +++ b/doc/source/images @@ -0,0 +1 @@ +../../images \ No newline at end of file