Skip to content

Commit 0fb136d

Browse files
committed
Syntax formatting.
1 parent 6957117 commit 0fb136d

File tree

1 file changed

+40
-41
lines changed

1 file changed

+40
-41
lines changed

mkdocs.yml

Lines changed: 40 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ site_name: The tkintermd Docs
22
site_url: https://hreikin.github.io/tkintermd
33
repo_name: hreikin/tkintermd
44
repo_url: https://github.com/hreikin/tkintermd
5+
copyright: MIT License
56
theme:
67
name: material
78
palette:
@@ -34,51 +35,50 @@ plugins:
3435
- mkdocstrings:
3536
default_handler: python
3637
watch:
37-
- tkintermd/
38+
- tkintermd/
3839
- 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
7677
extra:
7778
social:
7879
- icon: fontawesome/brands/github
7980
link: https://github.com/hreikin/tkintermd
8081
name: tkintermd @ Github
81-
copyright: MIT License
8282
markdown_extensions:
8383

8484
# Python Markdown
@@ -118,8 +118,7 @@ nav:
118118
- About: 'README.md'
119119
- Contributing: 'contributing-to-tkintermd.md'
120120
- MIT License: 'license.md'
121-
- Getting Started:
122-
- Getting Started: 'getting-started/README.md'
121+
- Getting Started: 'getting-started/README.md'
123122
- Reference:
124123
- Reference: 'reference/README.md'
125124
- TkinterMDFrame: 'reference/tkintermd-frame.md'

0 commit comments

Comments
 (0)