mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user