Skip to content

Commit

Permalink
Trying a dummy config file for sphinx build
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus0824 committed Jul 13, 2017
1 parent ef9205a commit 95195a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,3 +296,11 @@
pass

autoclass_content = 'both'

import biothings

with open('sphinx_config.py', 'w') as sphinx_file:
# emulate a dummy config file for now
sphinx_file.write('logging = ''\nHIPCHAT_CONFIG=''\nLOG_FOLDER=''')

biothings.config_for_app('sphinx_config')

0 comments on commit 95195a0

Please sign in to comment.