mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Publish both 0.2 and dev websites
This commit is contained in:
@@ -37,7 +37,7 @@ def main():
|
||||
sys.exit(1)
|
||||
|
||||
base_dir = Path(sys.argv[1])
|
||||
generate_redirect("/", "/0.2/", base_dir)
|
||||
generate_redirect("/autogen/", "/autogen/0.2/", base_dir)
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
@@ -59,7 +59,7 @@ myst_enable_extensions = [
|
||||
"strikethrough",
|
||||
]
|
||||
|
||||
html_baseurl = "/dev/"
|
||||
html_baseurl = "/autogen/dev/"
|
||||
|
||||
# -- Options for HTML output -------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
||||
|
||||
Reference in New Issue
Block a user