Build docs as part of build/all.py

Originally, docs were slow to build, and many people did not need a
local copy.  Now, building the docs is fast, and doing everything as
part of "all" is less surprising.

Closes #1421

Change-Id: I5ac254df9d2beca8c1c5898614782a81e662a0e9
This commit is contained in:
Joey Parrish
2018-05-10 15:48:23 -07:00
parent c96ed33c42
commit 4d88905463
4 changed files with 11 additions and 13 deletions
+2 -10
View File
@@ -56,7 +56,7 @@ cd shaka-player
```
#### Compile the library
#### Compile the library and generate the docs
```sh
python build/all.py
@@ -67,15 +67,7 @@ The output is:
* dist/shaka-player.compiled.debug.js (debug bundle)
* dist/shaka-player.compiled.externs.js
(generated externs, for Closure-based projects)
#### Generate the documentation
```sh
python build/docs.py
```
The output will be in `docs/api/`.
* docs/api/index.html (generated documentation)
#### Run the tests