rendercv/mkdocs.yml

29 lines
696 B
YAML

site_name: My Docs
theme:
name: material
nav:
- Home: index.md
- About: about.md
- Contact: contact.md
- License: license.md
- Code Reference:
- __main__.py: code/main.md
- data_model.py: code/data_model.md
- tinytex.py: code/tinytex.md
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_root_heading: true
show_bases: true
show_root_members_full_path: true
group_by_category: true
show_category_heading: true
show_symbol_type_heading: true
show_symbol_type_toc: true
merge_init_into_class: true
docstring_style: sphinx