preserves/implementations/python/mkdocs.yml

29 lines
607 B
YAML
Raw Normal View History

2023-03-16 20:31:24 +00:00
site_name: Python Preserves
2023-03-17 08:07:53 +00:00
site_dir: ../../python/dev
site_url: https://preserves.dev/python/latest/
2023-03-16 23:26:23 +00:00
repo_url: https://gitlab.com/preserves/preserves
theme:
name: material
2023-03-17 08:07:53 +00:00
extra:
version:
provider: mike
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
merge_init_into_class: true
- macros:
include_dir: ../../_includes
2023-03-16 23:31:47 +00:00
- git-revision-date-localized:
enable_creation_date: true
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
watch:
- preserves