summaryrefslogtreecommitdiff
path: root/sphinx/builders/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/builders/__init__.py')
-rw-r--r--sphinx/builders/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/builders/__init__.py b/sphinx/builders/__init__.py
index ee55830f..7d1bd920 100644
--- a/sphinx/builders/__init__.py
+++ b/sphinx/builders/__init__.py
@@ -71,9 +71,9 @@ class Builder(object):
# images that need to be copied over (source -> dest)
self.images = {}
# basename of images directory
- imagedir = ""
+ self.imagedir = ""
# relative path to image directory from current docname (used at writing docs)
- imgpath = ""
+ self.imgpath = ""
# these get set later
self.parallel_ok = False