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

Add minimum sphinx version #222

Closed nelson-liu closed 7 years ago

nelson-liu commented 7 years ago

sphinx.ext.autosectionlabel, which we use, was added in 1.4. ReadTheDocs uses 1.3.5 by default. I think that if i just specify a higher version manually, then it should work out.

nelson-liu commented 7 years ago

nevermind i think a better solution is to just not use sphinx.ext.autosectionlabel