I'm trying to utilize Sphinx to build three fold output - HTML, Latex, and EPUB. The bibliography is standard bibtex. With HTML and Latex it works perfectly well. However, EPUB generator:
sphinx-build -b epub -D extensions=sphinx.ext.imgmath -D imgmath_embed=True . epub/
produces the following errors:
WARNING: unknown directive or role name: cite:t
3-poplavni.rst:170: ERROR: Unknown interpreted text role "cite:t".
literatura.rst:7: ERROR: Unknown directive type "bibliography".
.. bibliography::
Any advice?
EPUB generator should work well with Bibtex as Latex and HTML generators do.