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

Pin Sphinx to 1.5.3 #362

Closed matt-gardner closed 7 years ago

matt-gardner commented 7 years ago

Sphinx 1.6 uses python's logging, and we do too, in such a way that our make html-strict command fails due to our use of adding a PARAM logging level. Getting around this is non-trivial, so I'm just going to pin to Sphinx 1.5.3 for now, and add an issue to unpin this later.