Useful Sphinx extensions ======================== Here are a few extensions that we have found useful: * "sphinx_gallery.gen_gallery" : `Builds a gallery of examples in HTML `_ Run Python scripts and capture output and figures. * "nbsphinx" : `render Jupyter notebooks `_ * "sphinx.ext.intersphinx" : `Cross-reference between different Read the Docs projects `_ * "breathe" : `Render doxygen generated documentation `_ * "sphinxcontrib.mermaid" : `Create mermaid diagrams `_ * "sphinx.ext.mathjax" : `Render LaTex formatted equations `_ * "sphinx.ext.autodoc" : `Render Python API docstrings `_ * "sphinx.ext.napoleon" : `Render NumPy and Google styled docstrings `_ See `more here `_