Skip to content

Commit

Permalink
Added strange image workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lacey committed Oct 10, 2012
1 parent 38316d2 commit cc37bec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xdoc.py
Expand Up @@ -456,6 +456,8 @@ def build(path, config, target = 'html',subdoc=None):

refs = refimage.get_references(html_files, css_files)

refs.add('list.png')

if refs:
image_dir = os.path.join(build_dir,'_static','images')
static_dir = os.path.join(build_dir,'_static')
Expand Down

0 comments on commit cc37bec

Please sign in to comment.