@@ -2,6 +2,7 @@ site_name: The tkintermd Docs
2
2
site_url : https://hreikin.github.io/tkintermd
3
3
repo_name : hreikin/tkintermd
4
4
repo_url : https://github.com/hreikin/tkintermd
5
+ copyright : MIT License
5
6
theme :
6
7
name : material
7
8
palette :
@@ -34,51 +35,50 @@ plugins:
34
35
- mkdocstrings :
35
36
default_handler : python
36
37
watch :
37
- - tkintermd/
38
+ - tkintermd/
38
39
- with-pdf :
39
- author : hreikin
40
- copyright : MIT
41
- #
42
- cover : true
43
- # back_cover: true
44
- cover_title : The tkintermd Documentation
45
- cover_subtitle : Installation, usage instructions and API reference.
46
- cover_logo : assets/python-logo.png
47
- # custom_template_path: TEMPLATES PATH
48
- #
49
- # toc_title: TOC TITLE TEXT
50
- # heading_shift: false
51
- # toc_level: 3
52
- # ordered_chapter_level: 2
53
- # excludes_children:
54
- # - 'release-notes/:upgrading'
55
- # - 'release-notes/:changelog'
56
- #
57
- # exclude_pages:
58
- # - 'bugs/'
59
- # - 'appendix/contribute/'
60
- # convert_iframe:
61
- # - src: IFRAME SRC
62
- # img: POSTER IMAGE URL
63
- # text: ALTERNATE TEXT
64
- # - src: ...
65
- # two_columns_level: 3
66
- #
67
- # render_js: true
68
- # headless_chrome_path: headless-chromium
69
- #
70
- output_path : pdf/tkintermd-documentation-LATEST.pdf
71
- # enabled_if_env: ENABLE_PDF_EXPORT
72
- #
73
- # debug_html: true
74
- # show_anchors: true
75
- # verbose: true
40
+ author : hreikin
41
+ copyright : MIT
42
+ #
43
+ cover : true
44
+ # back_cover: true
45
+ cover_title : The tkintermd Documentation
46
+ cover_subtitle : Installation, usage instructions and API reference.
47
+ cover_logo : assets/python-logo.png
48
+ # custom_template_path: TEMPLATES PATH
49
+ #
50
+ # toc_title: TOC TITLE TEXT
51
+ # heading_shift: false
52
+ # toc_level: 3
53
+ # ordered_chapter_level: 2
54
+ # excludes_children:
55
+ # - 'release-notes/:upgrading'
56
+ # - 'release-notes/:changelog'
57
+ #
58
+ # exclude_pages:
59
+ # - 'bugs/'
60
+ # - 'appendix/contribute/'
61
+ # convert_iframe:
62
+ # - src: IFRAME SRC
63
+ # img: POSTER IMAGE URL
64
+ # text: ALTERNATE TEXT
65
+ # - src: ...
66
+ # two_columns_level: 3
67
+ #
68
+ # render_js: true
69
+ # headless_chrome_path: headless-chromium
70
+ #
71
+ output_path : pdf/tkintermd-documentation-LATEST.pdf
72
+ # enabled_if_env: ENABLE_PDF_EXPORT
73
+ #
74
+ # debug_html: true
75
+ # show_anchors: true
76
+ # verbose: true
76
77
extra :
77
78
social :
78
79
- icon : fontawesome/brands/github
79
80
link : https://github.com/hreikin/tkintermd
80
81
name : tkintermd @ Github
81
- copyright : MIT License
82
82
markdown_extensions :
83
83
84
84
# Python Markdown
118
118
- About : ' README.md'
119
119
- Contributing : ' contributing-to-tkintermd.md'
120
120
- MIT License : ' license.md'
121
- - Getting Started :
122
- - Getting Started : ' getting-started/README.md'
121
+ - Getting Started : ' getting-started/README.md'
123
122
- Reference :
124
123
- Reference : ' reference/README.md'
125
124
- TkinterMDFrame : ' reference/tkintermd-frame.md'
0 commit comments