HomeSort by: relevance | last modified time | path
    Searched refs:sphinx (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/ci/
macos-ci-setup 13 brew install sphinx-doc python3 ninja cmake clang-format buildkite/buildkite/buildkite-agent
  /src/external/apache2/llvm/dist/llvm/docs/
conf.py 24 # If your documentation needs a minimal Sphinx version, state it here.
27 # Add any Sphinx extension module names here, as strings. They can be extensions
28 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
29 extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo']
46 import sphinx
47 if sphinx.version_info >= (3, 0):
73 # The language for content autogenerated by Sphinx. Refer to documentation
122 # The name for this set of Sphinx documents. If None, it defaults t
    [all...]
make.bat 3 REM Command file for Sphinx documentation
6 set SPHINXBUILD=sphinx-build
  /src/external/mpl/bind/dist/doc/arm/_ext/
iscconf.py 15 Sphinx domains for ISC configuration files.
17 Use setup() to install new Sphinx domains for ISC configuration files.
19 This extension is based on combination of two Sphinx extension tutorials:
20 https://www.sphinx-doc.org/en/master/development/tutorials/todo.html
21 https://www.sphinx-doc.org/en/master/development/tutorials/recipe.html
28 from sphinx import addnodes
29 from sphinx.directives import ObjectDescription
30 from sphinx.domains import Domain
31 from sphinx.roles import XRefRole
32 from sphinx.util import loggin
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/docs/
Makefile 1 # Makefile for Sphinx documentation
6 SPHINXBUILD = sphinx-build
  /src/external/gpl3/gcc.old/dist/gcc/jit/docs/
Makefile 1 # Makefile for Sphinx documentation
6 SPHINXBUILD = sphinx-build
  /src/external/mit/libcbor/dist/doc/
Makefile 1 # Makefile for Sphinx documentation
6 SPHINXBUILD = sphinx-build
10 # User-friendly check for sphinx-build
12 $(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
180 sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
make.bat 3 REM Command file for Sphinx documentation
6 set SPHINXBUILD=sphinx-build
53 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
55 echo.to the full path of the 'sphinx-build' executable. Alternatively you
56 echo.may add the Sphinx directory to PATH.
58 echo.If you don't have Sphinx installed, grab it from
59 echo.http://sphinx-doc.org/
  /src/external/mit/libuv/dist/docs/
Makefile 1 # Makefile for Sphinx documentation
6 SPHINXBUILD = sphinx-build
7 SPHINXAUTOBUILD = sphinx-autobuild
12 # User-friendly check for sphinx-build
14 $(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
make.bat 3 REM Command file for Sphinx documentation
6 set SPHINXBUILD=sphinx-build
54 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
56 echo.to the full path of the 'sphinx-build' executable. Alternatively you
57 echo.may add the Sphinx directory to PATH.
59 echo.If you don't have Sphinx installed, grab it from
60 echo.http://sphinx-doc.org/
  /src/external/mpl/bind/dist/doc/arm/
conf.py 24 from sphinx import addnodes
27 from sphinx.util.docutils import ReferenceRole
33 below) is only defined in Sphinx >= 2.0.0. For older Sphinx
46 # Custom Sphinx role enabling automatic hyperlinking to security advisory in
83 # Custom Sphinx role enabling automatic hyperlinking to GitLab issues/MRs.
131 # Configuration file for the Sphinx documentation builder.
135 # https://www.sphinx-doc.org/en/master/config
173 # Add any Sphinx extension module names here, as strings. They can be
174 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custo
    [all...]
  /src/external/gpl3/gcc/dist/maintainer-scripts/
update_web_docs_git 196 # The jit is a special-case, using Sphinx rather than texinfo.
197 # Specifically, the jit docs need Sphinx 3.0 or later.
199 # Use the Sphinx installed in a virtual environment so that
203 make html SPHINXBUILD=/home/gccadmin/venv/bin/sphinx-build || true
256 # plus .css and .js supplied by sphinx, and source files, renamed
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
update_web_docs_svn 178 # The jit is a special-case, using sphinx rather than texinfo.
179 # Specifically, the jit docs need sphinx 1.0 or later.
182 # defaulting to "sphinx-build".
184 # sphinx is packaged in Fedora and EPEL 6 within "python-sphinx",
185 # and in openSUSE within "python-Sphinx".
187 # For EPEL6, python-sphinx is sphinx 0.6.6, which is missing various
190 # /usr/bin/sphinx-1.0-build
193 make SPHINXBUILD=/usr/bin/sphinx-1.0-build htm
    [all...]
  /src/external/apache2/llvm/dist/clang/docs/analyzer/
make.bat 3 REM Command file for Sphinx documentation
6 set SPHINXBUILD=sphinx-build
  /src/external/apache2/llvm/dist/clang/docs/
make.bat 3 REM Command file for Sphinx documentation
6 set SPHINXBUILD=sphinx-build
  /src/external/bsd/nsd/dist/
Makefile.in 137 sphinx-build -M html $(srcdir)/doc/manual doc/manual -N -q
  /src/external/mpl/bind/dist/
configure 1811 path to sphinx-build binary used to build the documentation
27651 # Look for sphinx-build
27654 # Extract the first word of "sphinx-build", so it can be a program name with args.
27655 set dummy sphinx-build; ac_word=$2
  /src/external/gpl3/gcc.old/dist/gcc/
configure 9016 # The jit documentation looks better if built with sphinx, but can be
9017 # built with texinfo if sphinx is not available.
9018 # Set "doc_build_sys" to "sphinx" or "texinfo" accordingly.
9019 # Extract the first word of "sphinx-build", so it can be a program name with args.
9020 set dummy sphinx-build; ac_word=$2
9036 ac_cv_prog_doc_build_sys="sphinx"
  /src/external/gpl3/gcc/dist/gcc/
configure 9157 # The jit documentation looks better if built with sphinx, but can be
9158 # built with texinfo if sphinx is not available.
9159 # Set "doc_build_sys" to "sphinx" or "texinfo" accordingly.
9160 # Extract the first word of "sphinx-build", so it can be a program name with args.
9161 set dummy sphinx-build; ac_word=$2
9177 ac_cv_prog_doc_build_sys="sphinx"
    [all...]

Completed in 134 milliseconds