| /OK3568_Linux_fs/kernel/Documentation/ |
| H A D | Makefile | 19 SPHINXBUILD = sphinx-build 41 @$(srctree)/scripts/sphinx-pre-install 79 $(SHELL) $(srctree)/Documentation/sphinx/parallel-wrapper.sh \ 90 @$(srctree)/scripts/sphinx-pre-install --version-check 91 @+$(foreach var,$(SPHINXDIRS),$(call loop_cmd,sphinx,html,$(var),,$(var))) 94 @$(foreach var,$(SPHINXDIRS),$(call loop_cmd,sphinx,linkcheck,$(var),,$(var))) 97 @$(srctree)/scripts/sphinx-pre-install --version-check 98 @+$(foreach var,$(SPHINXDIRS),$(call loop_cmd,sphinx,latex,$(var),latex,$(var))) 109 @$(srctree)/scripts/sphinx-pre-install --version-check 119 @$(srctree)/scripts/sphinx-pre-install --version-check [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/sphinx/ |
| H A D | automarkup.py | 8 import sphinx 9 from sphinx import addnodes 10 if sphinx.version_info[0] < 2 or \ 11 sphinx.version_info[0] == 2 and sphinx.version_info[1] < 1: 12 from sphinx.environment import NoUri 14 from sphinx.errors import NoUri 91 if sphinx.version_info[0] >= 3:
|
| H A D | parallel-wrapper.sh | 9 sphinx="$1" 17 auto=$(perl -e 'open IN,"'"$sphinx"' --version 2>&1 |"; 33 exec "$sphinx" $parallel "$@"
|
| H A D | cdomain.py | 38 import sphinx 39 from sphinx import addnodes 40 from sphinx.domains.c import c_funcptr_sig_re, c_sig_re 41 from sphinx.domains.c import CObject as Base_CObject 42 from sphinx.domains.c import CDomain as Base_CDomain 49 major, minor, patch = sphinx.version_info[:3]
|
| H A D | kernellog.py | 7 import sphinx 9 if sphinx.__version__[:3] >= '1.6': 11 from sphinx.util import logging
|
| H A D | kerneldoc.py | 44 import sphinx 46 Use_SSI = sphinx.__version__[:3] >= '1.7' 48 from sphinx.util.docutils import switch_source_input 50 from sphinx.ext.autodoc import AutodocReporter 77 cmd += ['-sphinx-version', sphinx.__version__]
|
| H A D | kernel_abi.py | 52 import sphinx 54 Use_SSI = sphinx.__version__[:3] >= '1.7' 56 from sphinx.util.docutils import switch_source_input 58 from sphinx.ext.autodoc import AutodocReporter
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/cmake/ |
| H A D | FindSphinx.cmake | 1 #Look for an executable called sphinx-build 3 NAMES sphinx-build 4 DOC "Path to sphinx-build executable") 10 "Failed to find sphinx-build executable"
|
| /OK3568_Linux_fs/yocto/poky/ |
| H A D | Makefile | 7 SPHINXBUILD ?= sphinx-build 20 .PHONY: help Makefile.sphinx clean publish 22 publish: Makefile.sphinx html singlehtml 34 %: Makefile.sphinx
|
| /OK3568_Linux_fs/buildroot/package/libmemcached/ |
| H A D | 0004-disable-doc-and-man.patch | 9 File "/usr/lib/python2.7/site-packages/sphinx/environment.py", line 1213, in get_doctree 12 The full traceback has been saved in /tmp/sphinx-err-JCIsnB.log, if you want to report the issue to… 14 Either send bugs to the mailing list at <http://groups.google.com/group/sphinx-dev/>, 15 or report them in the tracker at <http://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | sphinx-pre-install | 263 if (m/^\s*sphinx-build\s+([\d\.]+)(\+\/[\da-f]+)?$/) { 305 my $sphinx = get_sphinx_fname(); 306 if ($sphinx eq "") { 311 $cur_version = get_sphinx_version($sphinx); 312 die ("$sphinx returned an error") if (!$cur_version); 314 die "$sphinx didn't return its version" if (!$cur_version);
|
| /OK3568_Linux_fs/yocto/poky/documentation/ |
| H A D | README | 85 https://www.sphinx-doc.org/en/master/. Sphinx is designed to be 121 $ pip3 install sphinx sphinx_rtd_theme pyyaml 126 $ pip3 install --upgrade sphinx sphinx_rtd_theme pyyaml 156 'sphinx-static/theme_overrides.css'. Most CSS changes in this file 197 https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#glossary: 201 [https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#role-term 216 (https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#substitutions), 227 documentation/sphinx/yocto-vars.py, this extension is enabled by 272 https://sublime-and-sphinx-guide.readthedocs.io/en/latest/references.html. 281 sphinx.ext.autosectionlabel [all …]
|
| H A D | Pipfile | 9 sphinx = "*" 10 sphinx-rtd-theme = "*"
|
| H A D | Makefile | 7 SPHINXBUILD ?= sphinx-build 47 @rm -rf $(BUILDDIR) $(PNGs) $(PDFs) poky.yaml sphinx-static/switchers.js
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/ |
| H A D | python3-sphinxcontrib-devhelp_1.0.2.bb | 1 DESCRIPTION = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document." 2 HOMEPAGE = "https://www.sphinx-doc.org"
|
| H A D | python3-sphinxcontrib-jsmath_1.0.1.bb | 1 DESCRIPTION = "A sphinx extension which renders display math in HTML via JavaScript" 2 HOMEPAGE = "https://www.sphinx-doc.org"
|
| H A D | python3-sphinxcontrib-htmlhelp_2.0.0.bb | 1 DESCRIPTION = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files" 2 HOMEPAGE = "https://www.sphinx-doc.org"
|
| H A D | python3-sphinxcontrib-applehelp_1.0.2.bb | 1 DESCRIPTION = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books" 2 HOMEPAGE = "https://www.sphinx-doc.org"
|
| H A D | python3-sphinxcontrib-serializinghtml_1.1.5.bb | 1 DESCRIPTION = 'sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML … 2 HOMEPAGE = "https://www.sphinx-doc.org"
|
| H A D | python3-sphinx-rtd-theme_0.5.0.bb | 9 DEPENDS = "python3-sphinx" 14 UPSTREAM_CHECK_REGEX ?= "/sphinx-rtd-theme/(?P<pver>(\d+[\.\-_]*)+)/"
|
| H A D | python3-sphinx_4.4.0.bb | 2 HOMEPAGE = "http://sphinx-doc.org/" 16 rm ${D}${libdir}/${PYTHON_DIR}/site-packages/sphinx/writers/__pycache__/*latex*
|
| H A D | python3-dbus_1.2.18.bb | 16 # documentation needs python3-sphinx, which is not in oe-core or meta-python for now 17 # change to use PACKAGECONFIG when python3-sphinx is added to oe-core
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/ |
| H A D | buildtools-docs-tarball.bb | 9 nativesdk-python3-sphinx \ 10 nativesdk-python3-sphinx-rtd-theme \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pastedeploy_2.1.1.bb | 18 PACKAGECONFIG[docs] = ",,,python3-sphinx python3-pylons-sphinx-themes"
|
| /OK3568_Linux_fs/kernel/Documentation/doc-guide/ |
| H A D | sphinx.rst | 11 .. _Sphinx: http://www.sphinx-doc.org/ 33 :ref:`sphinx-pre-install` for further details. 62 (sphinx_1.7.9) $ pip install -r Documentation/sphinx/requirements.txt 101 $ ./scripts/sphinx-pre-install 109 pip install -r Documentation/sphinx/requirements.txt 111 Can't build as 1 mandatory dependency is missing at ./scripts/sphinx-pre-install line 468. 135 To generate documentation, Sphinx (``sphinx-build``) must obviously be 155 .. _TOC tree: http://www.sphinx-doc.org/en/stable/markup/toctree.html 169 .. _reStructuredText Primer: http://www.sphinx-doc.org/en/stable/rest.html 170 .. _Sphinx specific markup constructs: http://www.sphinx-doc.org/en/stable/markup/index.html [all …]
|