Sources for https://docs.phntm.io/bridge
cd ~
git clone [email protected]:PhantomCybernetics/phntm_bridge_docs.git
cd phntm_bridge_docs
On Ubuntu / Mac:
python3 -m venv ~/sphinx_env
source ~/sphinx_env/bin/activate
pip install -U sphinx sphinxcontrib.jquery sphinxcontrib.email sphinx_rtd_theme
source ~/sphinx_env/bin/activate
cd ~/phntm_bridge_docs
rm -rf _build/*; make html