# 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