EmbeddedTutorials web pages are hosted here.
# Create Virtual Environment
python3 -m venv .venv
source .venv/bin/activate
# Install sphinx package and extensions
pip3 install -r requirements.txt
# Build html
make html
# Run Webpages
cd build/html
python3 -m http.server # OR, firefox index.html