# pyChaChaDummyProject (c) by chacha # # pyChaChaDummyProject is licensed under a # Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Unported License. # # You should have received a copy of the license along with this # work. If not, see . docs_dir: docs site_name: pygitversionhelper site_url: https://chacha.ddns.net/mkdocs-web/chacha/pygitversionhelper/latest/ site_description: pygitversionhelper site_author: chacha repo_url: https://chacha.ddns.net/gitea/chacha/pygitversionhelper use_directory_urls: false theme: name: material features: - navigation.instant - navigation.tracking - navigation.tabs - navigation.tabs.sticky - toc.integrate - navigation.top palette: - media: '(prefers-color-scheme: dark)' scheme: slate toggle: icon: material/brightness-4 name: Switch to system preference - media: (prefers-color-scheme) toggle: icon: material/brightness-auto name: Switch to light mode - media: '(prefers-color-scheme: light)' scheme: default toggle: icon: material/brightness-7 name: Switch to dark mode plugins: - search - localsearch - autorefs - mkdocstrings: default_handler: python handlers: python: selection: filters: - '!^_(?!_init__)' inherited_members: true rendering: show_root_heading: false show_root_toc_entry: false show_root_full_path: false show_if_no_docstring: true show_signature_annotations: true show_source: false heading_level: 2 group_by_category: true show_category_heading: true