-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (27 loc) · 720 Bytes
/
mkdocs.yml
File metadata and controls
36 lines (27 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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/src
docs_dir: src
nav:
- Python AppImages: index.md
- Developers' corner: apps.md
theme:
name: readthedocs
navigation_depth: 3
highlightjs: no
plugins:
- macros:
include_dir: docs/include
module_name: include/macros
- search
markdown_extensions:
- admonition
- md_in_html
extra_css: [css/extra.css, css/nord.min.css]
extra_javascript: [js/apps.js, js/highlight.min.js, js/index.js]
extra:
github_api:
releases: https://api.github.com/repos/niess/python-appimage/releases