Skip to content

Commit

Permalink
And another try without calling configure
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus0824 committed Jul 14, 2017
1 parent ada8bd2 commit d3a6db9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,8 @@
import biothings
(biothings_dir, init_file) = os.path.split(biothings.__file__)

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

from biothings import sphinx_config

biothings.config_for_app(sphinx_config)
#biothings.config_for_app(sphinx_config)

0 comments on commit d3a6db9

Please sign in to comment.