mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
White space changes only
This commit is contained in:
parent
4eabb17e60
commit
b59953fc1a
1 changed files with 3 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ for line in pyproject_toml:
|
||||||
extensions = [
|
extensions = [
|
||||||
"sphinx.ext.napoleon",
|
"sphinx.ext.napoleon",
|
||||||
"sphinx.ext.autodoc",
|
"sphinx.ext.autodoc",
|
||||||
# "sphinx_autodoc_typehints",
|
# "sphinx_autodoc_typehints",
|
||||||
"sphinx.ext.autodoc.typehints",
|
"sphinx.ext.autodoc.typehints",
|
||||||
"sphinx.ext.doctest",
|
"sphinx.ext.doctest",
|
||||||
"sphinx.ext.graphviz",
|
"sphinx.ext.graphviz",
|
||||||
|
|
@ -76,7 +76,7 @@ autodoc_default_options = {
|
||||||
"members": True,
|
"members": True,
|
||||||
"undoc-members": True,
|
"undoc-members": True,
|
||||||
"member-order": "alphabetical",
|
"member-order": "alphabetical",
|
||||||
"show-inheriance" : False
|
"show-inheriance": False,
|
||||||
}
|
}
|
||||||
|
|
||||||
# autodoc_mock_imports = ["OCP"]
|
# autodoc_mock_imports = ["OCP"]
|
||||||
|
|
@ -115,7 +115,7 @@ hoverxref_role_types = {
|
||||||
"mod": "tooltip", # for Python Sphinx Domain
|
"mod": "tooltip", # for Python Sphinx Domain
|
||||||
"class": "tooltip", # for Python Sphinx Domain
|
"class": "tooltip", # for Python Sphinx Domain
|
||||||
"meth": "tooltip", # for Python Sphinx Domain
|
"meth": "tooltip", # for Python Sphinx Domain
|
||||||
"func": "tooltip", # for Python Sphinx Domain
|
"func": "tooltip", # for Python Sphinx Domain
|
||||||
}
|
}
|
||||||
|
|
||||||
hoverxref_roles = [
|
hoverxref_roles = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue