[Docs] More docs on building the docs: pip and requirements-dev.txt (#14483)

This commit is contained in:
Alon Zakai 2021-06-22 14:31:10 -07:00 коммит произвёл GitHub
Родитель 764d67c584
Коммит 50f9c3d7da
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -103,6 +103,9 @@ that is:
3. Run `make install EMSCRIPTEN_SITE=\[path-to-a-checkout-of-the-site-repo\]`
3. Go to the site repo, commit the changes, and push.
You will need the specific sphinx version installed, which you can do using
`pip3 install -r requirements-dev.txt` (depending on your system, you may then
need to add `~/.local/bin` to your path, if pip installs to there).
Updating the `emcc.py` help text
@ -119,6 +122,9 @@ updating `emcc.rst` in a PR, the following should be done:
`../docs/emcc.txt` (both paths relative to the `site/` directory in
emscripten that you entered in step 1), and add that change to your PR.
See notes above on installing sphinx.
[site_repo]: https://github.com/kripken/emscripten-site
[releases_repo]: https://chromium.googlesource.com/emscripten-releases
[waterfall]: https://ci.chromium.org/p/emscripten-releases/g/main/console