Blame view

doc/doc_rst/requirements.in 726 Bytes
540fa833   Etienne Pallier   New requirements....
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

# Main Sphinx package (called "Sphinx" or "sphinx")
Sphinx==4.4.0

sphinx-autodoc-typehints==1.17.0

# Extensions
autodocsumm==0.2.7

# Themes
#alabaster
sphinx-rtd-theme==1.0.0

# Builder (pdf)
rst2pdf==0.99
#rstcheck

# For pyreverse (included in pylint)
pylint==2.12.2
graphviz==0.19.1
pygraphviz==1.9
sphinx-pyreverse==0.0.17

# Graphviz : for generating png diagrams from pyreverse
# Par défaut, seuls deux formats de sortie sont possibles : dot et vcg.
# Il est possible d'augmenter la quantité des formats de sortie avec l'installation de GraphViz
# See https://graphviz.org/download
# - Ubuntu & Debian :
#sudo apt install graphviz
# - Fedora & CentOS :
#sudo yum install graphviz
# - Mac :
#brew install graphviz