Link to C++ API reference from Python Sphinx docs

This commit is contained in:
Dion Moult
2022-10-23 12:15:00 +11:00
parent 6346c5ba47
commit 733b89be12
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -56,6 +56,9 @@ release = "0.7.0"
# - I couldn't customise the template to show submodules above members which makes API discovery hard for users
extensions = ["autoapi.extension"]
# We'll add the toctree entry ourselves to distinguish between C++ and Python
autoapi_add_toctree_entry = True
# We're only documenting Python here
autoapi_type = 'python'