moloch-- / sliver-py

A Python gRPC Client Library for Sliver
GNU General Public License v3.0
65 stars 13 forks source link

Hosted API documentation missing sections on readthedocs #17

Closed autovtools closed 2 years ago

autovtools commented 2 years ago

Until very recently (perhaps https://github.com/moloch--/sliver-py/commit/09658ef576912d500b8d3b508ccd5fd2aa98f810 ?), https://sliverpy.readthedocs.io/en/latest/api/client.html#sliverclient contained a helpful API reference.

Currently, the API and Protobuf sections of the hosted documentation are mostly blank.

For what it's worth:

sphinx-build docs /tmp/docs
firefox /tmp/docs/index.html

generates some warnings, but the output seems to match what was previously hosted on readthedocs - e.g. the SliverClient is populated.