Browse Source

Merge branch 'main' into move-samples

pull/4911/head
Eric Zhu GitHub 1 year ago
parent
commit
b23e7451da
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      python/packages/autogen-core/docs/src/conf.py

+ 3
- 2
python/packages/autogen-core/docs/src/conf.py View File

@@ -115,7 +115,6 @@ html_theme_options = {
}
],

"announcement": 'AutoGen 0.4 is a work in progress. Go <a href="/autogen/0.2/">here</a> to find the 0.2 documentation.',
"footer_start": ["copyright"],
"footer_center": ["footer-middle-links"],
"footer_end": ["theme-version"],
@@ -127,7 +126,9 @@ html_theme_options = {
"version_match": switcher_version,
},
"show_version_warning_banner": True,

"external_links": [
{"name": "0.2 Docs", "url": "https://microsoft.github.io/autogen/0.2/"},
]
}

html_js_files = ["custom-icon.js", "override-switcher-button.js"]


Loading…
Cancel
Save