facebookresearch / gtn

Automatic differentiation with weighted finite-state transducers.
MIT License
453 stars 38 forks source link

Fix docs build - remove sphinx as explicit dep #34

Closed jacobkahn closed 3 years ago

jacobkahn commented 4 years ago

Docs build is broken with sphinx included as an explicit dependency as per https://github.com/pypa/pip/issues/9031. since sphinx_rtd_theme implicitly installs it, we shouldn't have this dependency issue when installing it explicitly. https://github.com/pypa/pip/issues/9031 outlines some solutions, which include removing sphinx explicitly.