Searched full:sphinx (Results 1 – 7 of 7) sorted by relevance
10 #Sphinx is a document generation tool written in Python.11 #See http://www.sphinx-doc.org/en/master/13 #This module checks availability of the Sphinx document generator14 #(sphinx-build) and it's dependences (Python).15 #Sphinx is distributed as pip package or on Linux as a distribution specific16 #package (i.e. python-sphinx for Ubuntu). Independent of the distribution21 # SPHINX_PATH = variable specifying where sphinx-build can be found.28 # SPHINX_VERSION = The version reported by "sphinx-build --version"29 # SPHINX_FOUND = True is sphinx-build was found and executed fine34 #Sphinx needs Python.[all …]
22 - Sphinx and other python modules, listed in ``docs/requirements.txt``149 sphinx-build ./ user_guide175 state rtd_theme as "sphinx-rtd-theme" <<doc>>176 state tabs as "sphinx-tabs" <<doc>>181 state Sphinx as "Sphinx" <<doc>>191 u_guide --> Sphinx192 Sphinx --> m2r193 Sphinx --> rtd_theme194 Sphinx --> tabs195 Sphinx --> sphnix_puml[all …]
9 # Configuration file for the Sphinx documentation builder.13 # http://www.sphinx-doc.org/en/master/config47 'sphinx.ext.imgmath',49 'sphinx.ext.autosectionlabel', #Make sphinx generate a label for each section52 'sphinx_tabs.tabs', #Enable tab extension in Sphinx53 'sphinx.ext.intersphinx', #Enable Intersphinx80 # The language for content autogenerated by Sphinx. Refer to documentation95 pygments_style = 'sphinx'126 # Disable showing Sphinx footer message:127 # "Built with Sphinx using a theme provided by Read the Docs. "
4 Sphinx==4.2.06 sphinx-rtd-theme>=1.0.09 sphinx-tabs==3.2.0
14 find_package(Sphinx)32 ################################## SPHINX ######################################
23 # Build documentation in the "docs/" directory with Sphinx24 sphinx:
5 The Trusted Firmware-M project uses `Sphinx`_ to generated the Official272 #. `Sphinx`_277 .. _Sphinx: https://www.sphinx-doc.org/en/master/