diff options
| author | armin.ronacher <devnull@localhost> | 2008-09-24 08:39:33 +0000 |
|---|---|---|
| committer | armin.ronacher <devnull@localhost> | 2008-09-24 08:39:33 +0000 |
| commit | 9b809fc7fcaed2da3a2f153ac114d318cd3d9827 (patch) | |
| tree | dd769bbb2318cb4afe8a110c02073a06f8a3c36b /sphinx/builder.py | |
| parent | 8e7aa47639b0bf920c1faa5f449be4da010b3ab2 (diff) | |
| download | sphinx-9b809fc7fcaed2da3a2f153ac114d318cd3d9827.tar.gz | |
Some tiny search fixes.
Diffstat (limited to 'sphinx/builder.py')
| -rw-r--r-- | sphinx/builder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builder.py b/sphinx/builder.py index 07e64651..62b96a17 100644 --- a/sphinx/builder.py +++ b/sphinx/builder.py @@ -704,7 +704,7 @@ class StandaloneHTMLBuilder(Builder): self.indexer.load(f, self.indexer_format) finally: f.close() - except (IOError, OSError, NotImplementedError): + except (IOError, OSError, NotImplementedError, ValueError): # we catch NotImplementedError here because if no simplejson # is installed the searchindex can't be loaded pass |
