xo-unit: README: instructions for building sphinx docs

This commit is contained in:
Roland Conybeare 2024-04-02 17:29:52 -04:00
commit 183da6b29b

View file

@ -23,6 +23,13 @@ $ make
$ make install
```
### build documentation
```
$ cd xo-unit
$ cmake --build .build -- sphinx
```
When this completes, point local browser to `xo-unit/.build/docs/sphinx/index.html`.
### build for unit test coverage
```
$ cd xo-unit