mirror of https://github.com/lnis-uofu/SOFA.git
23 lines
635 B
Plaintext
23 lines
635 B
Plaintext
#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
|
|
sphinxcontrib-bibtex<2.0.0
|
|
sphinxcontrib-tikz
|
|
|
|
# Package required to embed youtube video
|
|
sphinxcontrib-yt
|
|
|
|
# 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
|