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 Intersphinx84 # The language for content autogenerated by Sphinx. Refer to documentation99 pygments_style = 'sphinx'130 # Disable showing Sphinx footer message:131 # "Built with Sphinx using a theme provided by Read the Docs. "
4 Sphinx==5.0.06 sphinx-rtd-theme>=1.0.09 sphinx-tabs==3.4.5
14 find_package(Sphinx)32 ################################## SPHINX ######################################
5 The Trusted Firmware-M project uses `Sphinx`_ to generate the Official233 Using `Intersphinx`_, it is now possible to use cross-reference roles from Sphinx to reference245 As can be seen, it is quite similar to cross-referencing in Sphinx, except the path to the document293 #. `Sphinx`_299 .. _Sphinx: https://www.sphinx-doc.org/en/master/303 .. _Intersphinx: https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html
23 # Build documentation in the "docs/" directory with Sphinx24 sphinx: