Lines Matching full:sphinx
7 …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
41 For more Sphinx features, see
44 make -C doc/sphinx help
49 …ensions used for this project can be found in the [requiremenets file](./sphinx/requirements.txt) …
52 pip install --user -r doc/sphinx/requirements.txt
61 pip install -r doc/sphinx/requirements.txt # install dependencies inside VENV