Update conf.py (#650)

This commit is contained in:
Jack Gerrits 2024-09-26 12:38:36 -04:00 committed by GitHub
parent 00289912da
commit 95078d1237
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,7 +98,7 @@ html_theme_options = {
"icon": "fa-custom fa-pypi",
},
],
"announcement": '🚧 AutoGen 0.4 is a <a href="#">work in progress</a>, learn more about what\'s new and different <a href="#">here</a>. To continue using the latest stable version, please visit the <a href="#">0.3 documentation</a>. 🚧',
"announcement": '🚧 AutoGen 0.4 is a <a href="#">work in progress</a>, learn more about what\'s new and different <a href="#">here</a>. To continue using the latest stable version, please visit the <a href="#">0.2 documentation</a>. 🚧',
}
html_js_files = ["custom-icon.js"]