diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..10e83c6 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1 @@ +reference/ \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index f595d85..6041c7b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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", diff --git a/docs/index.md b/docs/index.md index 6b4b655..f292edc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,6 +30,6 @@ reveng/index ```{toctree} :maxdepth: 1 -API Reference +API Reference genindex ```