allenai / deep_qa

A deep NLP library, based on Keras / tf, focused on question answering (but useful for other NLP too)
Apache License 2.0
404 stars 133 forks source link

Unpin Sphinx version #363

Open matt-gardner opened 7 years ago

matt-gardner commented 7 years ago

See #362. We had to pin the sphinx version because of a conflict with how we're using python's logging functionality. We need to fix this somehow.

matt-gardner commented 7 years ago

Actually, I think this is easy - just change the logging level of PARAM to be the same as INFO. That should be fine.