Home
last modified time | relevance | path

Searched full:sphinx (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-m-3.7.0/docs/cmake/
DFindSphinx.cmake10 #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 generator
14 #(sphinx-build) and it's dependences (Python).
15 #Sphinx is distributed as pip package or on Linux as a distribution specific
16 #package (i.e. python-sphinx for Ubuntu). Independent of the distribution
21 # 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 fine
34 #Sphinx needs Python.
[all …]
/trusted-firmware-m-3.7.0/docs/building/
Ddocumentation_generation.rst22 - Sphinx and other python modules, listed in ``docs/requirements.txt``
149 sphinx-build ./ user_guide
175 state rtd_theme as "sphinx-rtd-theme" <<doc>>
176 state tabs as "sphinx-tabs" <<doc>>
181 state Sphinx as "Sphinx" <<doc>>
191 u_guide --> Sphinx
192 Sphinx --> m2r
193 Sphinx --> rtd_theme
194 Sphinx --> tabs
195 Sphinx --> sphnix_puml
[all …]
/trusted-firmware-m-3.7.0/docs/
Dconf.py9 # Configuration file for the Sphinx documentation builder.
13 # http://www.sphinx-doc.org/en/master/config
47 'sphinx.ext.imgmath',
49 'sphinx.ext.autosectionlabel', #Make sphinx generate a label for each section
52 'sphinx_tabs.tabs', #Enable tab extension in Sphinx
53 'sphinx.ext.intersphinx', #Enable Intersphinx
84 # The language for content autogenerated by Sphinx. Refer to documentation
99 pygments_style = 'sphinx'
130 # Disable showing Sphinx footer message:
131 # "Built with Sphinx using a theme provided by Read the Docs. "
Drequirements.txt4 Sphinx==5.0.0
6 sphinx-rtd-theme>=1.0.0
9 sphinx-tabs==3.4.5
DCMakeLists.txt14 find_package(Sphinx)
32 ################################## SPHINX ######################################
/trusted-firmware-m-3.7.0/docs/contributing/
Ddoc_guidelines.rst5 The Trusted Firmware-M project uses `Sphinx`_ to generate the Official
233 Using `Intersphinx`_, it is now possible to use cross-reference roles from Sphinx to reference
245 As can be seen, it is quite similar to cross-referencing in Sphinx, except the path to the document
293 #. `Sphinx`_
299 .. _Sphinx: https://www.sphinx-doc.org/en/master/
303 .. _Intersphinx: https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html
/trusted-firmware-m-3.7.0/
D.readthedocs.yaml23 # Build documentation in the "docs/" directory with Sphinx
24 sphinx: