Default json to false

This commit is contained in:
Eric Holscher
2014-10-08 20:17:37 -07:00
parent 77a29a73bc
commit b14c834114

View File

@@ -149,7 +149,7 @@ def get_context(page, content, nav, toc, meta, config):
}
def build_pages(config, dump_json=True):
def build_pages(config, dump_json=False):
"""
Builds all the pages and writes them into the build directory.
"""