mirror of
https://github.com/microsoft/autogen.git
synced 2026-05-13 03:00:55 -04:00
Change send/publish api to better support async and represent reality (#137)
* Make send and publish better represent reality * fix team-one
This commit is contained in:
@@ -18,7 +18,8 @@ extensions = [
|
||||
"sphinx.ext.autosummary",
|
||||
"sphinx.ext.napoleon",
|
||||
"sphinxcontrib.apidoc",
|
||||
"myst_parser"
|
||||
"myst_parser",
|
||||
"sphinx.ext.intersphinx"
|
||||
]
|
||||
|
||||
apidoc_module_dir = '../../src/agnext'
|
||||
@@ -54,4 +55,6 @@ html_theme_options = {
|
||||
autodoc_default_options = {
|
||||
"members": True,
|
||||
"undoc-members": True,
|
||||
}
|
||||
}
|
||||
|
||||
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
|
||||
Reference in New Issue
Block a user