@ -51,11 +51,10 @@ Tip: you can use `--versions` to list all available versions.
* Arthas is using [Sphinx](http://www.sphinx-doc.org/en/master/) to generate the static site
* Arthas is using [Sphinx](http://www.sphinx-doc.org/en/master/) to generate the static site
* `sphinx-maven-plugin` configured in [`site/pom.xml`](https://github.com/alibaba/arthas/tree/master/site)
* `sphinx-maven-plugin` configured in [`site/pom.xml`](https://github.com/alibaba/arthas/tree/master/site)
* `sphinx-maven-plugin` executes by downloading`sphinx-binary/`
* `sphinx-maven-plugin` executes by downloading`sphinx-binary/`
* a [bug](https://github.com/rtfd/recommonmark/issues/93) in Sphinx plugin `recommonmark`; we fix it by packaging another [version](https://github.com/hengyunabc/sphinx-binary/releases/tag/v0.4.0.1)
* when packaging the whole project (Packaging All), you need to execute:
* when packaging the whole project (Packaging All), you need to (Only Unix/Linux/Mac supported):
```bash
```bash
./mvnw clean package -DskipTests -P full -Dsphinx.binUrl=https://github.com/hengyunabc/sphinx-binary/releases/download/v0.4.0.1/sphinx.osx-x86_64
./mvnw clean package -DskipTests -P full
```
```
@ -112,7 +111,7 @@ Tip: you can use `--versions` to list all available versions.