| /freebsd/contrib/libxo/doc/ |
| H A D | Makefile.am | 23 SPHINX = python3 -msphinx macro 25 html sphinx sphinx-html: target 26 ${SPHINX} -M html ${srcdir} . -N -E 29 ${SPHINX} -M singlehtml ${srcdir} . -N -E
|
| H A D | conf.py | 5 # sphinx-quickstart on Tue Oct 10 10:18:55 2017. 35 # If your documentation needs a minimal Sphinx version, state it here. 39 # Add any Sphinx extension module names here, as strings. They can be 40 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom 73 # The language for content autogenerated by Sphinx. Refer to documentation 86 pygments_style = 'sphinx'
|
| /freebsd/contrib/libcbor/doc/source/ |
| H A D | conf.py | 4 # sphinx-quickstart on Sun Jun 8 13:27:19 2014. 26 # If your documentation needs a minimal Sphinx version, state it here. 29 # Add any Sphinx extension module names here, as strings. They can be 30 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom 34 'sphinx.ext.mathjax', 35 'sphinx.ext.autodoc', 36 'sphinx.ext.ifconfig', 83 # The language for content autogenerated by Sphinx. Refer to documentation 118 pygments_style = 'sphinx' [all...] |
| H A D | development.rst | 96 - `Python <https://www.python.org/>`_ and `pip <https://pypi.python.org/pypi/pip>`_ (Sphinx platform) 98 - `Sphinx <http://sphinx-doc.org/>`_ (documentation) 105 Installing *sphinx* 110 pip install sphinx 114 pip install sphinx-autobuild
|
| H A D | requirements.txt | 20 Sphinx==7.2.6 21 sphinx-autobuild==2021.3.14 22 sphinx-rtd-theme==1.3.0
|
| /freebsd/sys/contrib/openzfs/contrib/pyzfs/docs/source/ |
| H A D | conf.py | 5 # sphinx-quickstart on Mon Apr 6 23:48:40 2015. 26 # If your documentation needs a minimal Sphinx version, state it here. 29 # Add any Sphinx extension module names here, as strings. They can be 30 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom 33 'sphinx.ext.autodoc', 64 # The language for content autogenerated by Sphinx. Refer to documentation 97 pygments_style = 'sphinx' 123 # The name for this set of Sphinx documents. If None, it defaults to 176 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. 191 # Sphinx supports the following languages:
|
| H A D | index.rst | 2 sphinx-quickstart on Mon Apr 6 23:48:40 2015.
|
| /freebsd/contrib/llvm-project/lld/docs/ |
| H A D | conf.py | 23 # If your documentation needs a minimal Sphinx version, state it here. 26 # Add any Sphinx extension module names here, as strings. They can be extensions 27 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 28 extensions = ["sphinx.ext.intersphinx", "sphinx.ext.todo"] 46 # The language for content autogenerated by Sphinx. Refer to documentation 95 # The name for this set of Sphinx documents. If None, it defaults to 146 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
|
| H A D | README.txt | 4 The lld documentation is written using the Sphinx documentation generator. It is 5 currently tested with Sphinx 1.1.3.
|
| H A D | make.bat | 3 REM Command file for Sphinx documentation 6 set SPHINXBUILD=sphinx-build
|
| /freebsd/contrib/libcbor/doc/ |
| H A D | 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/
|
| H A D | Makefile | 1 # Makefile for Sphinx documentation 6 SPHINXBUILD = sphinx-build 10 # User-friendly check for sphinx-build 12 …Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '… 180 sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
|
| /freebsd/crypto/krb5/.github/workflows/ |
| H A D | doc.yml | 8 doc-older-sphinx: 16 sudo apt-get install -y doxygen python3-lxml python3-pip python3-sphinx 22 doc-newest-sphinx: 31 pip3 install Cheetah3 sphinx
|
| /freebsd/contrib/libxo/doc/_templates/ |
| H A D | localtoc.html | 5 Sphinx sidebar template: local table of contents. 7 :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
|
| /freebsd/contrib/llvm-project/lld/docs/llvm-theme/ |
| H A D | layout.html | 5 Sphinx layout template for the sphinxdoc theme. 7 :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
|
| /freebsd/crypto/krb5/src/doc/ |
| H A D | Makefile.in | 5 SPHINX_BUILD=sphinx-build $(SPHINX_ARGS) 69 # sphinx-build generates a gmake-specific Makefile that we don't use 74 # working directory. The sphinx-build Makefile is quite conservative
|
| /freebsd/contrib/unbound/doc/ |
| H A D | README.man | 9 The templated man pages (*.in) are generated by Sphinx (used for the online
|
| /freebsd/contrib/llvm-project/lld/docs/llvm-theme/static/ |
| H A D | llvm.css | 5 * Sphinx stylesheet -- sphinxdoc theme. Originally created by 8 * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
|
| /freebsd/contrib/libcbor/misc/ |
| H A D | update_version.py | 54 # Update Sphinx
|
| /freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
| H A D | spx.c | 494 * "SPX:/C=US/O=Digital/OU=LKG/OU=Sphinx/OU=Users/CN=Kannan Alagappan" 495 * and acl_file to "~kannan/.sphinx" 504 "%s/.sphinx", pwd->pw_dir);
|
| /freebsd/contrib/llvm-project/lld/ |
| H A D | .gitignore | 23 # Sphinx build files.
|
| /freebsd/contrib/libxo/doc/_static/ |
| H A D | basic.css_t | 5 * Sphinx stylesheet -- basic theme. 7 * :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOptionDocEmitter.cpp | 212 // HACK: Work arond sphinx's inability to cope with punctuation-only options in canSphinxCopeWithOption() 328 // sphinx's inability to cope with options that differ only by punctuation in emitOption()
|
| /freebsd/crypto/krb5/src/man/ |
| H A D | Makefile.in | 4 SPHINX_BUILD=sphinx-build
|
| /freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | qemu-3-deps-vm.sh | 45 python3-setuptools python3-sphinx qemu-guest-agent rng-tools rpm2cpio \
|