build with dot

This commit is contained in:
bobturneruk 2020-05-12 13:36:49 +01:00
parent dec5bf8cef
commit f9aeffdba3

View file

@ -222,6 +222,13 @@ The documentation can be compiled as follows:
sphinx-apidoc -o source/ ../GPy/
make html
alternatively:
```{shell}
cd doc
sphinx-build -b html -d build/doctrees -D graphviz_dot='<path to dot>' source build/html
```
The HTML files are then stored in doc/build/html
### Commit new patch to devel