Sphinx sphinx-autodoc-typehints # Extensions autodocsumm # Themes #alabaster sphinx-rtd-theme # Builder (pdf) rst2pdf #rstcheck # For pyreverse (included in pylint) pylint graphviz pygraphviz sphinx_pyreverse # 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