Skip to content

Commit

Permalink
Configure mkdocstrings and mkdocs-with-pdf.
Browse files Browse the repository at this point in the history
  • Loading branch information
hreikin committed Apr 3, 2022
1 parent 99e9d38 commit 53162b5
Showing 1 changed file with 41 additions and 3 deletions.
44 changes: 41 additions & 3 deletions mkdocs.yml
Expand Up @@ -30,11 +30,49 @@ theme:
- search.share
plugins:
- search
- git-revision-date
- mkdocstrings:
default_handler: python
watch:
- tkintermd/
- git-revision-date
- with-pdf:
author: hreikin
copyright: MIT
#
cover: true
# back_cover: true
cover_title: The tkintermd Documentation
cover_subtitle: Installation, usage instructions and API reference.
cover_logo: assets/python-logo.png
#custom_template_path: TEMPLATES PATH
#
#toc_title: TOC TITLE TEXT
#heading_shift: false
#toc_level: 3
#ordered_chapter_level: 2
#excludes_children:
# - 'release-notes/:upgrading'
# - 'release-notes/:changelog'
#
#exclude_pages:
# - 'bugs/'
# - 'appendix/contribute/'
#convert_iframe:
# - src: IFRAME SRC
# img: POSTER IMAGE URL
# text: ALTERNATE TEXT
# - src: ...
#two_columns_level: 3
#
#render_js: true
#headless_chrome_path: headless-chromium
#
output_path: pdf/tkintermd-documentation-LATEST.pdf
#enabled_if_env: ENABLE_PDF_EXPORT
#
#debug_html: true
#show_anchors: true
#verbose: true
extra:
social:
- icon: fontawesome/brands/github
Expand Down Expand Up @@ -76,10 +114,10 @@ markdown_extensions:
custom_checkbox: true
- pymdownx.tilde
nav:
- Home:
- tkintermd:
- About: 'README.md'
- Contributing: 'contributing-to-tkintermd.md'
- Code Of Conduct: 'code-of-conduct.md'
- MIT License: 'license.md'
- Getting Started:
- Getting Started: 'getting-started/README.md'
- Reference:
Expand Down

0 comments on commit 53162b5

Please sign in to comment.