2018-09-14 14:58:20 -05: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 10:37:45 -06:00
|
|
|
sphinxcontrib-bibtex<2.0.0
|
2018-09-14 14:58:20 -05:00
|
|
|
|
2021-02-06 20:45:41 -06:00
|
|
|
# Package required to embed youtube video
|
|
|
|
sphinxcontrib-yt
|
|
|
|
|
2021-02-07 19:53:16 -06:00
|
|
|
# Package required to convert SVG for latex building
|
2021-02-07 11:35:20 -06:00
|
|
|
sphinxcontrib-svg2pdfconverter
|
|
|
|
|
2018-09-14 14:58:20 -05: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
|