From e2d459e869239e56d7b77ae5b627c53e208537b7 Mon Sep 17 00:00:00 2001 From: Lillian Tatka Date: Thu, 8 May 2025 09:28:33 -0700 Subject: [PATCH] reformat for newer versions --- mkdocs.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 148fce2..f1cd506 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -29,9 +29,11 @@ markdown_extensions: - pymdownx.snippets - pymdownx.superfences - tables - - mdx_math + - pymdownx.arithmatex + extra_javascript: - - https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML + - https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML + - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js extra: social: @@ -44,15 +46,13 @@ plugins: default_handler: python handlers: python: - selection: + options: docstring_style: numpy - import: - - https://seaborn.pydata.org/objects.inv - rendering: show_root_heading: true heading_level: 3 docstring_section_style: spacy show_source: false merge_init_into_class: true - - mkdocs-jupyter: - # execute: true \ No newline at end of file + inventories: + - https://seaborn.pydata.org/objects.inv + - mkdocs-jupyter