Skip to content

Commit

Permalink
invert default build docs flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Jun 5, 2020
1 parent 166c85b commit 2058536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weaver/database/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_db(container):

def includeme(config):
settings = get_settings(config)
if asbool(settings.get("weaver.build_docs", True)):
if asbool(settings.get("weaver.build_docs", False)):
LOGGER.info("Skipping database when building docs...")
return

Expand Down

0 comments on commit 2058536

Please sign in to comment.