JMComic-Crawler-Python/assets/docs/mkdocs.yml

21 lines
390 B
YAML

site_name: jmcomic
theme:
name: readthedocs
highlightjs: true
plugins:
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
paths: [ '../../src/' ]
options:
docstring_style: sphinx
markdown_extensions:
- markdown_include.include:
base_path: .
- admonition
docs_dir: sources