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