From fb8a66a25ade8e944349d5c2391ffc0a37444696 Mon Sep 17 00:00:00 2001 From: Srikanth Pagadarai Date: Sun, 17 Nov 2024 13:25:23 -0600 Subject: [PATCH] Deleted mkdocs.yml --- mkdocs.yml | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 mkdocs.yml diff --git a/mkdocs.yml b/mkdocs.yml deleted file mode 100644 index fd4ef29..0000000 --- a/mkdocs.yml +++ /dev/null @@ -1,50 +0,0 @@ -site_name: genalyzer -site_description: Library of DSP functions for RF measurements -site_author: Analog Devices, Inc. - -theme: - logo: assets/wave-square-solid.svg - name: material - palette: - - scheme: default - primary: deep orange - toggle: - icon: material/toggle-switch-off-outline - name: Switch to dark mode - - scheme: slate - primary: deep orange - toggle: - icon: material/toggle-switch - name: Switch to light mode - -nav: - - Home: index.md - - Set Up: setup.md - - Usage Model: theory.md - - Examples: examples.md - - API Reference: cgenalyzer_8h.md - - Tutorials: - - Simulation: sim.md - - Hardware: hw.md - - - -repo_url: https://github.com/analogdevicesinc/genalyzer - -markdown_extensions: - - admonition - - attr_list - - md_in_html - - pymdownx.superfences - - pymdownx.tabbed: - alternate_style: true - -plugins: - - search - - mkdocstrings - # - doxygen-snippets: - # doxygen-source: build/doc/docs/xml - # api-path: api - # debug: False - # hints: True - # full-doc: True \ No newline at end of file