This repo holds the static emscripten documentation website. It gets built and published automatically based on the files that live in the main emscripten repo.
To update manually you can run tools/main/update_docs.py from the
emscripten repo, or follow the following steps:
- In the emscripten repo, go to site/
- Run make clean (to ensure old files are not present)
- Run make html (you need sphinx installed)
- Copy site/build/html into here