docs: small autoapi improvements

This commit is contained in:
Mike A.
2025-08-05 15:38:36 +02:00
parent ba76f66e08
commit 5e8a443180
3 changed files with 4 additions and 1 deletions

1
docs/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
reference/

View File

@@ -31,7 +31,9 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
# -- AutoAPI Options ---------------------------------------------------------
autoapi_dirs = ["../findmy/"]
autoapi_root = "reference/"
autoapi_add_toctree_entry = False
autoapi_keep_files = True
autoapi_options = [
"members",
"undoc-members",

View File

@@ -30,6 +30,6 @@ reveng/index
```{toctree}
:maxdepth: 1
API Reference <autoapi/findmy/index>
API Reference <reference/findmy/index>
genindex
```