Home
last modified time | relevance | path

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

/libCEED/doc/
H A DREADME.md7 …d Doxygen installed, these two commands should build the documentation in `doc/sphinx/build/html/`.
10 pip install --user -r doc/sphinx/requirements.txt # only needed once
14 ## Sphinx section in libCEED: Documentation
16 Sphinx is the tool used for libCEED's User Manual. Sphinx can produce documentation in different ou…
18 To be able to contribute to libCEED's User Manual, Sphinx needs to be [installed](http://www.sphinx
20 The Sphinx API documentation depends on Doxygen's XML output (via the `breathe` plugin). Build the…
26 If you are editing documentation, such as the reStructuredText files in `doc/sphinx/source`, you ca…
29 make -C doc/sphinx html
32 which will HTML docs in the [doc/sphinx/build](./sphinx/build) directory. Use
35 make -C doc/sphinx latexpdf
[all …]
/libCEED/doc/sphinx/source/
H A Dconf.py5 # sphinx-quickstart on Tue Jan 7 18:59:28 2020.
33 # If your documentation needs a minimal Sphinx version, state it here.
37 # Add any Sphinx extension module names here, as strings. They can be
38 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
46 "sphinx.ext.autodoc",
47 "sphinx.ext.coverage",
48 "sphinx.ext.doctest",
49 "sphinx.ext.ifconfig",
50 "sphinx.ext.intersphinx",
51 "sphinx.ext.githubpages",
[all …]
/libCEED/
H A D.readthedocs.yml19 # Build documentation in the docs/ directory with Sphinx
20 sphinx:
22 configuration: doc/sphinx/source/conf.py
31 - requirements: doc/sphinx/requirements.txt
H A D.gitignore50 doc/sphinx/build/
52 doc/sphinx/source/examples/
H A DRELEASING.md20 Additionally, the release notes in `doc/sphinx/source/releasenotes.md` should be updated.
H A DMakefile908 $(RM) -r doc/html doc/sphinx/build $(CONFIG)
921 make -C doc/sphinx $*
938 format.ot := $(filter-out doc/sphinx/source/CODE_OF_CONDUCT.md doc/sphinx/source/CONTRIBUTING.md, $…
/libCEED/doc/sphinx/
H A DMakefile1 # Minimal makefile for Sphinx documentation
6 SPHINXBUILD = sphinx-build
16 sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
20 # Catch-all target: route all unknown targets to Sphinx using the new
H A Drequirements.txt4 sphinx-hoverxref>=1.4.2
5 sphinx-design
6 sphinx>=7.2
/libCEED/.github/workflows/
H A Drelease-notes.yml25 elif git diff origin/main --exit-code doc/sphinx/source/releasenotes.rst; then
/libCEED/rust/libceed-sys/c-src/
H A DMakefile908 $(RM) -r doc/html doc/sphinx/build $(CONFIG)
921 make -C doc/sphinx $*
938 format.ot := $(filter-out doc/sphinx/source/CODE_OF_CONDUCT.md doc/sphinx/source/CONTRIBUTING.md, $…