Core doc edits, mostly visibility of private methods (#4457)

This commit is contained in:
Jack Gerrits
2024-12-02 17:36:00 -05:00
committed by GitHub
parent 732391859d
commit 95dfe7bf22
8 changed files with 30 additions and 14 deletions

View File

@@ -149,6 +149,7 @@ autodoc_default_options = {
}
autodoc_pydantic_model_show_config_summary = False
python_use_unqualified_type_names = True
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}