Infleqtion / client-superstaq

https://superstaq.readthedocs.io
Apache License 2.0
84 stars 19 forks source link

Switch to using the `sphinx-autoapi` extension for auto building the API reference. It better maintained and produces nicer formatted docs. #1030

Open cdbf1 opened 3 weeks ago

cdbf1 commented 3 weeks ago

The sphinx auto-summary, auto-doc and apidoc extensions have more recently been improved upon by the single extension sphinx-autoapi which I think is simpler and build nicer looking documentation.

This PR updates our docs to use sphinx-autoapi