Skip to content

Commit

Permalink
rtd tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
wshayes committed Jan 25, 2018
1 parent 7cf3670 commit 8a590ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bel/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,11 @@ def main():
main()

else:
if not os.environ['READTHEDOCS']:
if not os.getenv('READTHEDOCS', False):
config = load_configuration()
else:
log.info('READTHEDOCS environment')
config = {}


# Ideas for providing hierarchical settings
Expand Down

0 comments on commit 8a590ac

Please sign in to comment.