site_name: ArGaze documentation nav: - index.md - getting_started.md - Code Reference: - argaze.md theme: name: readthedocs extra_css: - css/extra.css plugins: - search - mkdocstrings: handlers: # See: https://mkdocstrings.github.io/python/usage/ python: options: docstring_style: google allow_inspection: false show_source: false members_order: 'alphabetical' heading_level: 2 annotations_path: brief show_submodules: true show_root_toc_entry: false watch: - src/argaze markdown_extensions: - markdown_include.include: base_path: . - admonition