The generated HTML output is stored in `_build/html`. You can go to that folder and publish the content locally with a Simple HTTP Server in Python.
The generated HTML output is stored in `_build/html`.
## Local publication
You can go to that folder and publish the content locally with a Simple HTTP Server in Python:
```bash
python3 -m http.server <PORT>
```
Then you can check the generated HTML output with a local web browser pointing to <http://localhost:PORT>
## Publication in ETSI OSM site
For regular publication in ETSI site, there is a all-in-one script that is highly convenient for regular or automated use, since builds the HTML documents and uploads them to the FTP in a single step (it also performs a backup for safety):
```bash
./upload-doc.sh
```
The script searchs for authorized EOL credentials in `local/.credentials`. In case the file does not exist, the user is prompted for valid EOL username and password.