Skip to content

Commit

Permalink
Adding HUB_ENV to dummy config
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus0824 committed Jul 14, 2017
1 parent 139d8ed commit ab41299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
(biothings_dir, init_file) = os.path.split(biothings.__file__)
(src_dir, bt_dir) = os.path.split(biothings_dir)
# use a dummy config for sphinx build for now....
dummy_config = 'logger = ""\nHIPCHAT_CONFIG = ""\nLOG_FOLDER = ""'
dummy_config = 'logger = ""\nHIPCHAT_CONFIG = ""\nLOG_FOLDER = ""\nHUB_ENV=""'
with open(os.path.join(biothings_dir, 'config.py'), 'w') as biothings_config_file:
biothings_config_file.write(dummy_config)
with open(os.path.join(src_dir, 'config.py'), 'w') as root_config_file:
Expand Down

0 comments on commit ab41299

Please sign in to comment.