63 lines
1.7 KiB
YAML
63 lines
1.7 KiB
YAML
# pyChaChaDummyProject (c) by chacha
|
|
#
|
|
# pyChaChaDummyProject is licensed under a
|
|
# Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Unported License.
|
|
#
|
|
# You should have received a copy of the license along with this
|
|
# work. If not, see <https://creativecommons.org/licenses/by-nc-sa/4.0/>.
|
|
|
|
|
|
docs_dir: docs
|
|
site_name: pychangelogfactory
|
|
site_url: https://chacha.ddns.net/mkdocs-web/chacha/pychangelogfactory/latest/
|
|
site_description: A simple changelog builder that you can feed with your repository change history
|
|
site_author: chacha
|
|
repo_url: https://chacha.ddns.net/gitea/chacha/pychangelogfactory
|
|
use_directory_urls: false
|
|
theme:
|
|
name: material
|
|
features:
|
|
- navigation.instant
|
|
- navigation.tracking
|
|
- navigation.tabs
|
|
- navigation.tabs.sticky
|
|
- toc.integrate
|
|
- navigation.top
|
|
palette:
|
|
- media: '(prefers-color-scheme: dark)'
|
|
scheme: slate
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to system preference
|
|
- media: (prefers-color-scheme)
|
|
toggle:
|
|
icon: material/brightness-auto
|
|
name: Switch to light mode
|
|
- media: '(prefers-color-scheme: light)'
|
|
scheme: default
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
plugins:
|
|
- search
|
|
- localsearch
|
|
- autorefs
|
|
- mkdocstrings:
|
|
default_handler: python
|
|
handlers:
|
|
python:
|
|
selection:
|
|
filters:
|
|
- '!^_(?!_init__)'
|
|
inherited_members: true
|
|
rendering:
|
|
show_root_heading: false
|
|
show_root_toc_entry: false
|
|
show_root_full_path: false
|
|
show_if_no_docstring: true
|
|
show_signature_annotations: true
|
|
show_source: false
|
|
heading_level: 2
|
|
group_by_category: true
|
|
show_category_heading: true
|