Lines Matching full:doc
7 If you have Python and Doxygen installed, these two commands should build the documentation in `doc…
10 pip install --user -r doc/sphinx/requirements.txt # only needed once
11 make doc # builds HTML site
18 …to libCEED's User Manual, Sphinx needs to be [installed](http://www.sphinx-doc.org/en/master/usage…
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
44 make -C doc/sphinx help
52 pip install --user -r doc/sphinx/requirements.txt
61 pip install -r doc/sphinx/requirements.txt # install dependencies inside VENV
62 make doc