diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 934f0dbf..c171b283 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -4,8 +4,33 @@ plugins: # - glightbox - search - git-authors - - git-revision-date - - git-committers + - 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 copyright: "© TGSC, Corporation." extra_css: diff --git a/docs/requirements.txt b/docs/requirements.txt index 9fba59a8..4b54edc8 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,6 +2,10 @@ mkdocs mkdocs-material mkdocs-glightbox mkdocs-git-authors-plugin -mkdocs-git-committers-plugin-2 mkdocs-git-revision-date-plugin -mkdocs-git-committers-plugin \ No newline at end of file +mkdocs-git-committers-plugin +mkdocstrings +mike +mkdocs-jupyter +mkdocs-git-committers-plugin-2 +mkdocs-git-revision-date-localized-plugin \ No newline at end of file