diff --git a/python/packages/autogen-core/docs/src/conf.py b/python/packages/autogen-core/docs/src/conf.py index 691a528e8..3b5181fc6 100644 --- a/python/packages/autogen-core/docs/src/conf.py +++ b/python/packages/autogen-core/docs/src/conf.py @@ -115,7 +115,6 @@ html_theme_options = { } ], - "announcement": 'AutoGen 0.4 is a work in progress. Go here 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"]