simplify to find bad plugin conf 1

pull/483/head
evelynmitchell 1 year ago
parent ce7fdf25ec
commit bdb95683e7

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

Loading…
Cancel
Save