diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 8143f065..51fb1d05 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -11,34 +11,34 @@ edit_uri: https://github.com/kyegomez/swarms/tree/main/docs plugins: - search - same-dir - # - git-authors - # - mkdocs-jupyter: - # kernel_name: python3 - # execute: false - # include_source: true - # include_requirejs: true - # - mkdocstrings: - # default_handler: python - # handlers: - # python: - # options: - # parameter_headings: true - # paths: [supervision] - # load_external_modules: true - # allow_inspection: true - # show_bases: true - # group_by_category: true - # docstring_style: google - # show_symbol_type_heading: true - # show_symbol_type_toc: true - # show_category_heading: true - # domains: [std, py] - # - git-committers: - # repository: kyegomez/swarms - # branch: master - # # token: !ENV ["GITHUB_TOKEN"] - # - git-revision-date-localized: - # enable_creation_date: true + - git-authors + - mkdocs-jupyter: + kernel_name: python3 + execute: false + include_source: true + include_requirejs: true + - mkdocstrings: + default_handler: python + handlers: + python: + options: + parameter_headings: true + paths: [supervision] + load_external_modules: true + allow_inspection: true + show_bases: true + group_by_category: true + docstring_style: google + show_symbol_type_heading: true + show_symbol_type_toc: true + show_category_heading: true + domains: [std, py] + - git-committers: + repository: kyegomez/swarms + branch: master + # token: !ENV ["GITHUB_TOKEN"] + - git-revision-date-localized: + enable_creation_date: true extra_css: