2020-11-12 20:07:10 -06:00
|
|
|
#Python requirements file for building documentation
|
|
|
|
# used by Read The Docs to install python required
|
|
|
|
# modules with pip.
|
|
|
|
|
|
|
|
# Support Markdown
|
|
|
|
#recommonmark
|
|
|
|
|
|
|
|
#Handle references in bibtex format
|
2020-12-14 11:57:59 -06:00
|
|
|
sphinxcontrib-bibtex<2.0.0
|
2020-11-12 20:47:50 -06:00
|
|
|
sphinxcontrib-tikz
|
2020-11-12 20:07:10 -06:00
|
|
|
|
2021-04-02 10:57:27 -05:00
|
|
|
# Package required to embed youtube video
|
|
|
|
sphinxcontrib-yt
|
|
|
|
|
|
|
|
# Package required to convert SVG for latex building
|
|
|
|
sphinxcontrib-svg2pdfconverter
|
|
|
|
|
2020-11-12 20:07:10 -06:00
|
|
|
#Work-around bug "AttributeError: 'Values' object has no attribute 'character_level_inline_markup'" with docutils 0.13.1
|
|
|
|
#See:
|
|
|
|
# * https://github.com/sphinx-doc/sphinx/issues/3951
|
|
|
|
# * https://sourceforge.net/p/docutils/bugs/304/
|
|
|
|
#docutils>=0.14
|