Skip to content

Commit

Permalink
Add a recipe for just building the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkraljevic committed Jul 7, 2016
1 parent e17dfac commit 8ad02b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,13 @@ git pull
export R_LIBS_USER=${WORKSPACE}/Rlibrary
```

#### Recipe 4: Just building the docs

```
./gradlew clean && ./gradlew build -x test && (export DO_FAST=1; ./gradlew dist)
open target/docs-website/h2o-docs/index.html
```

### 4.2. Setup on all Platforms

> **Note**: The following instructions assume you have installed the latest version of [**Pip**](https://pip.pypa.io/en/latest/installing/#install-or-upgrade-pip), which is installed with the latest version of [**Python**](https://www.python.org/downloads/).
Expand Down

0 comments on commit 8ad02b3

Please sign in to comment.