mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 04:10:15 +01:00
24 lines
457 B
YAML
24 lines
457 B
YAML
site_name: Python AppImage
|
|
site_description: AppImage distributions of Python
|
|
site_author: Valentin Niess
|
|
copyright: GPL-3.0
|
|
|
|
repo_url: https://github.com/niess/python-appimage
|
|
edit_uri: edit/master/docs/docs
|
|
|
|
nav:
|
|
- Python AppImages: index.md
|
|
- Developers corner: apps.md
|
|
|
|
theme:
|
|
name: readthedocs
|
|
navigation_depth: 3
|
|
highlightjs: no
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- attr_list
|
|
- md_in_html
|
|
|
|
extra_css: [css/extra.css, css/nord.min.css]
|