diff options
Diffstat (limited to 'build-composite.sh')
-rwxr-xr-x | build-composite.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build-composite.sh b/build-composite.sh index 2303a5b83..4aef8602a 100755 --- a/build-composite.sh +++ b/build-composite.sh @@ -65,6 +65,10 @@ done # NOTE: Removing index.rst in project repos to reduce number of docs. find docs/projects -type f -name 'index.rst' -print | xargs -I i rm -f i +# Correct Image file path (workaround) +sed -i -e '/^.. figure::/s|images|../projects/promise/configguide/images|' \ + docs/projects/promise/configguide/featureconfig.rst + # NOTE: automated link generation is not ready... #echo #echo "Creating document links" |