Sphinx-based documentation for SG Wireless products, replacing the legacy WordPress site at docs.sgwireless.com.
pip install -r requirements.txt
make html
# open _build/html/index.htmlmake latexpdf
# output: _build/latex/SGWirelessDocumentation.pdfTag releases with vX.Y.Z, then:
sphinx-multiversion . _build/htmlThe site is deployed automatically via AWS Amplify (see amplify.yml).