comment out jupyter add in mkdocstrings

pull/483/head
evelynmitchell 11 months ago
parent d98c42d384
commit 3b56cb7189

@ -12,27 +12,27 @@ plugins:
- search
- same-dir
- git-authors
- mkdocs-jupyter:
kernel_name: python3
#execute: false # default
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]
# - mkdocs-jupyter:
# kernel_name: python3
# #execute: false # default
# 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

Loading…
Cancel
Save