README: Make doc section more useful
Not only are Sphinx and Breathe clearly not placeholders by this point, but no-one really cares about the development history, just what it means to them, i.e. how to use it. Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
parent
1a94c4a3cb
commit
6c3eb6b17e
12
README.md
12
README.md
|
@ -101,14 +101,12 @@ To read the Weston documentation online, head over to
|
|||
[the Weston website](https://wayland.pages.freedesktop.org/weston/).
|
||||
|
||||
For documenting weston we use [sphinx](http://www.sphinx-doc.org/en/master/)
|
||||
together with [breathe](https://breathe.readthedocs.io/en/latest/) that
|
||||
understands XMLs databases generated by doxygen. So far, this is a compromise
|
||||
until better tools are available in order to remove the doxygen
|
||||
dependency. You should be able to install both sphinx and breathe extension
|
||||
using pip3 command, or your package manager.
|
||||
Doxygen should be available using your distribution package manager.
|
||||
together with [breathe](https://breathe.readthedocs.io/en/latest/) to process
|
||||
and augment code documentation from Doxygen. You should be able to install
|
||||
both sphinx and the breathe extension using pip3 command, or your package
|
||||
manager. Doxygen should be available using your distribution package manager.
|
||||
|
||||
Once those are set-up, run `meson` with `-Ddoc=true` option in order to enable
|
||||
Once those are set up, run `meson` with `-Ddoc=true` option in order to enable
|
||||
building the documentation. Installation will place the documentation in the
|
||||
prefix's path under datadir (i.e., `share/doc`).
|
||||
|
||||
|
|
Loading…
Reference in New Issue