|
|
|
@@ -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"] |
|
|
|
|