OpenFPGA/docs/requirements.txt

29 lines
819 B
Plaintext
Raw Normal View History

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
sphinxcontrib-bibtex
2018-09-14 14:58:20 -05: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
# Package required to convert SVG for latex building
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