#Python requirements file for building documentation
# used by Read The Docs to install python required 
# modules with pip.

# Workaround to fix the bug: https://github.com/readthedocs/readthedocs.org/issues/9038
Jinja2<3.1 

# Support Markdown
#recommonmark

# Theme
sphinx-rtd-theme

#Handle references in bibtex format
sphinxcontrib-bibtex

# Package required to embed youtube video
# See issues in release v1.3.0 and later on tue sphinx.util.display
sphinxcontrib-youtube <= 1.2.0

# Package required to convert SVG for latex building
sphinxcontrib-svg2pdfconverter

#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