diff options
author | Matthew Peveler <matt.peveler@gmail.com> | 2020-05-30 02:59:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 19:59:57 -0400 |
commit | c12afe913d64df3def72c2e8faf61bf6b5fa3369 (patch) | |
tree | 98eaec5111d409ac9af128893fa70e26357485e6 /tests | |
parent | af1e383a123efb4281c49bc77e2b4581b591c83d (diff) | |
download | asciidoc-py3-c12afe913d64df3def72c2e8faf61bf6b5fa3369.tar.gz |
remove symlinked images directory in doc (#112)
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testasciidoc.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/testasciidoc.conf b/tests/testasciidoc.conf index a562af7..3a646fd 100644 --- a/tests/testasciidoc.conf +++ b/tests/testasciidoc.conf @@ -74,7 +74,7 @@ article-data-uri ['--section-numbers'] % attributes -{'docdate':None, 'data-uri':True, 'icons':True} +{'docdate':None, 'data-uri':True, 'icons':True, 'imagesdir': '../', 'iconsdir': '../images/icons'} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Example article with included docinfo file. @@ -131,6 +131,8 @@ Example slideshow % requires ['source-highlight'] +% attributes +{'imagesdir': '../', 'iconsdir': '../images/icons'} % source ../doc/slidy-example.txt |