mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-24 20:36:23 +02:00
build with dot
This commit is contained in:
parent
dec5bf8cef
commit
f9aeffdba3
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue