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.
|
|
|
|
|
2023-09-18 20:01:45 -05:00
|
|
|
# Workaround to fix the bug: https://github.com/readthedocs/readthedocs.org/issues/9038
|
|
|
|
Jinja2<3.1
|
|
|
|
|
2018-09-14 14:58:20 -05:00
|
|
|
# Support Markdown
|
|
|
|
#recommonmark
|
|
|
|
|
2023-10-06 13:00:21 -05:00
|
|
|
# Theme
|
|
|
|
sphinx-rtd-theme
|
|
|
|
|
2018-09-14 14:58:20 -05:00
|
|
|
#Handle references in bibtex format
|
2023-05-03 21:17:48 -05:00
|
|
|
sphinxcontrib-bibtex
|
2018-09-14 14:58:20 -05:00
|
|
|
|
2021-02-06 20:45:41 -06:00
|
|
|
# Package required to embed youtube video
|
2023-09-18 20:31:47 -05:00
|
|
|
# See issues in release v1.3.0 and later on tue sphinx.util.display
|
|
|
|
sphinxcontrib-youtube <= 1.2.0
|
2021-02-06 20:45:41 -06:00
|
|
|
|
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
|