Home
last modified time | relevance | path

Searched refs:sphinx (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/doc/guides/
H A Dmeson.build4 sphinx = find_program('sphinx-build', required: get_option('enable_docs')) variable
6 if not sphinx.found()
19 command: [sphinx_wrapper, sphinx, meson.project_version(),
H A Dconf.py7 from sphinx import __version__ as sphinx_version
8 from sphinx.highlighting import PygmentsBridge
/f-stack/dpdk/buildtools/
H A Dcall-sphinx-build.py13 (sphinx, version, src, dst, *extra_args) = sys.argv[1:]
19 ver = run([sphinx, '--version'], stdout=PIPE,
21 sphinx_cmd = [sphinx] + extra_args
H A Dmeson.build19 sphinx_wrapper = py3 + files('call-sphinx-build.py')
/f-stack/tools/libxo/doc/
H A DMakefile.am25 html sphinx sphinx-html: target
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/docs/source/
H A Dindex.rst2 sphinx-quickstart on Mon Apr 6 23:48:40 2015.
/f-stack/dpdk/doc/guides/contributing/
H A Ddocumentation.rst49 from RST markup text files using the `Sphinx <http://sphinx-doc.org>`_ Documentation Generator.
144 * Sphinx (also called python-sphinx).
167 sudo apt-get -y install python3-sphinx python3-sphinx-rtd-theme
170 sudo dnf -y install python3-sphinx python3-sphinx_rtd_theme
173 `Sphinx Getting Started <http://www.sphinx-doc.org/en/master/usage/quickstart.html>`_.
266 The Sphinx documentation contains a very useful `RST Primer <http://sphinx-doc.org/rest.html#rst-pr…
/f-stack/dpdk/
H A DMAINTAINERS101 F: buildtools/call-sphinx-build.py