From e2955049b2e5b31a6f2112f63f930904715fd2ee Mon Sep 17 00:00:00 2001 From: Scott Olesen Date: Wed, 20 May 2026 15:13:53 -0400 Subject: [PATCH] Zensical fixups --- mkdocs.yml | 52 --------------------------------------------------- zensical.toml | 2 +- 2 files changed, 1 insertion(+), 53 deletions(-) delete mode 100644 mkdocs.yml diff --git a/mkdocs.yml b/mkdocs.yml deleted file mode 100644 index 742ecce..0000000 --- a/mkdocs.yml +++ /dev/null @@ -1,52 +0,0 @@ -site_name: griddler - -nav: - - index.md - - core_concepts.md - - griddles.md - - api.md - -repo_url: https://github.com/cdcgov/pygriddler -repo_name: repo - -theme: - name: "material" - -extra_javascript: - - javascripts/katex.js - - https://unpkg.com/katex@0/dist/katex.min.js - - https://unpkg.com/katex@0/dist/contrib/auto-render.min.js - -extra_css: - - https://unpkg.com/katex@0/dist/katex.min.css - -plugins: - - mkdocstrings: - handlers: - python: - options: - extra: - show_root_heading: true - show_full_root_path: true - - search - - autorefs - -markdown_extensions: - - pymdownx.highlight: - anchor_linenums: true - line_spans: __span - pygments_lang_class: true - - pymdownx.inlinehilite - - pymdownx.snippets - - pymdownx.superfences: - custom_fences: - - name: math - class: arithmatex - format: - !!python/object/apply:pymdownx.arithmatex.arithmatex_fenced_format { - kwds: { mode: generic, tag: div }, - } - - pymdownx.arithmatex: - generic: true - - mdx_truly_sane_lists - - admonition diff --git a/zensical.toml b/zensical.toml index 4d08445..e41aa86 100644 --- a/zensical.toml +++ b/zensical.toml @@ -4,7 +4,7 @@ site_url = "https://CDCgov.github.io/pygriddler" repo_url = "https://github.com/CDCgov/pygriddler" repo_name = "pygriddler" -nav = ["index.md", "migrating_from_mkdocs.md", "example.md", "api.md"] +nav = ["index.md", "core_concepts.md", "griddles.md", "api.md"] # provides for math rendering extra_javascript = ["https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js"]