BotYam/docs/mkdocs.yml
2023-02-06 21:37:34 +02:00

24 lines
No EOL
668 B
YAML

site_name: BotYam - The Shitposting Bot from Bat Yam
repo_url: https://github.com/notBscalE/BotYam
theme:
name: readthedocs
highlightjs: true
plugins:
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: sphinx
markdown_extensions:
- markdown_include.include:
base_path: .
- admonition
docs_dir: 'files'
nav:
- Home: 'index.md'
- User Guide: 'usage.md'
- Data for nerds: 'data.md'
- License: 'license.md'
copyright: 'Copyright &copy; 2023 <a href="https://twitter.com/LucyBscalE">Lucy Joshua</a> and friends, under the GNU GPLv3.'