mirror of
https://github.com/hect0x7/JMComic-Crawler-Python.git
synced 2025-09-26 22:31:30 +08:00
22 lines
424 B
YAML
22 lines
424 B
YAML
site_name: jmcomic
|
|
theme:
|
|
name: readthedocs
|
|
highlightjs: true
|
|
plugins:
|
|
- search
|
|
- mkdocstrings:
|
|
custom_templates: templates
|
|
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 |