mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-15 15:20:37 -08:00
Added overloaded connect_to methods with docs
This commit is contained in:
parent
00c019a81f
commit
5eacbb24b7
5 changed files with 265 additions and 59 deletions
|
|
@ -42,7 +42,8 @@ for line in pyproject_toml:
|
|||
extensions = [
|
||||
"sphinx.ext.napoleon",
|
||||
"sphinx.ext.autodoc",
|
||||
"sphinx_autodoc_typehints",
|
||||
# "sphinx_autodoc_typehints",
|
||||
"sphinx.ext.autodoc.typehints",
|
||||
"sphinx.ext.doctest",
|
||||
"sphinx.ext.graphviz",
|
||||
"sphinx.ext.inheritance_diagram",
|
||||
|
|
@ -75,6 +76,7 @@ autodoc_default_options = {
|
|||
"members": True,
|
||||
"undoc-members": True,
|
||||
"member-order": "alphabetical",
|
||||
"show-inheriance" : False
|
||||
}
|
||||
|
||||
# autodoc_mock_imports = ["OCP"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue