lncm / noma

Noma - Bitcoin lightning node management CLI utility & Python API
https://lncm.io
Apache License 2.0
5 stars 2 forks source link

Automate update of API documentation #58

Open AnotherDroog opened 5 years ago

AnotherDroog commented 5 years ago

Let Github Actions build & push the documentation, e.g.

pip3 install sphinx sphinx-rtd-theme`
cd docs
make html