Fix the test suite.

This commit is contained in:
Georg Brandl
2009-04-13 13:43:37 +00:00
parent 92f1cbfa45
commit 4f2525874d
+3 -2
View File
@@ -73,9 +73,10 @@ class StandaloneHTMLBuilder(Builder):
# This is a class attribute because it is mutated by Sphinx.add_javascript.
script_files = ['_static/jquery.js', '_static/doctools.js']
# cached publisher object for snippets
_publisher = None
def init(self):
# cached publisher object for snippets
self._publisher = None
# a hash of all config values that, if changed, cause a full rebuild
self.config_hash = ''
self.tags_hash = ''