Skip to content

Commit

Permalink
simplify to find bad plugin conf 1
Browse files Browse the repository at this point in the history
  • Loading branch information
evelynmitchell committed Jun 7, 2024
1 parent ce7fdf2 commit bdb9568
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,34 @@ edit_uri: https://github.com/kyegomez/swarms/tree/main/docs

plugins:
- search

Check failure on line 12 in docs/mkdocs.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

12:11 [trailing-spaces] trailing spaces
- 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:
Expand Down

0 comments on commit bdb9568

Please sign in to comment.