23 lines
No EOL
674 B
YAML
23 lines
No EOL
674 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
|
|
nav:
|
|
- Home: 'files/index.md'
|
|
- User Guide: 'files/usage.md'
|
|
- Data for nerds: 'files/data.md'
|
|
- License: 'files/license.md'
|
|
copyright: 'Copyright © 2023 <a href="https://twitter.com/LucyBscalE">Lucy Joshua</a> and friends, under the GNU GPLv3.' |