diff --git a/mkdocs.yml b/mkdocs.yml index 747ce0980..502ad968c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -50,9 +50,6 @@ plugins: - name: workflow-tutorial import_url: "https://github.com/autoresearch/autora-workflow/?branch=main" imports: ["docs/*"] - - name: workflow - import_url: "https://github.com/autoresearch/autora-workflow/?branch=main" - imports: [ "src/" ] - name: darts import_url: "https://github.com/autoresearch/autora-theorist-darts/?branch=main" imports: [ "src/" ] @@ -96,7 +93,6 @@ plugins: paths: [ # from nav_repos above "./temp_dir/core/src/", - "./temp_dir/workflow/src/", "./temp_dir/darts/src/", "./temp_dir/bms/src/", "./temp_dir/bsr/src/",