|
33 | 33 | "ci_tested": ● |
34 | 34 | "maintainer_tested": ○ |
35 | 35 | "not_tested": △ |
| 36 | + generator: false |
36 | 37 |
|
37 | 38 | extra_css: |
38 | 39 | - stylesheets/briefcase.css |
|
45 | 46 | features: |
46 | 47 | - content.tabs.link |
47 | 48 | - toc.follow |
| 49 | + - navigation.tabs |
| 50 | + - navigation.tabs.sticky |
48 | 51 | - navigation.indexes |
49 | 52 | - navigation.footer |
50 | 53 | - search.suggest |
@@ -73,21 +76,58 @@ theme: |
73 | 76 | name: Switch to system preference |
74 | 77 |
|
75 | 78 | markdown_extensions: |
| 79 | + # PyMdown Extensions |
76 | 80 | pymdownx.highlight: {} |
77 | 81 | pymdownx.superfences: {} |
78 | | - pymdownx.blocks.admonition: {} |
79 | 82 | pymdownx.blocks.caption: {} |
80 | | - pymdownx.details: {} |
| 83 | + pymdownx.blocks.admonition: # Enables admonitions. |
| 84 | + types: |
| 85 | + - note |
| 86 | + - abstract |
| 87 | + - info |
| 88 | + - tip |
| 89 | + - success |
| 90 | + - question |
| 91 | + - warning |
| 92 | + - failure |
| 93 | + - danger |
| 94 | + - bug |
| 95 | + - example |
| 96 | + - quote |
| 97 | + pymdownx.blocks.details: # Enables collapsible content. |
| 98 | + types: |
| 99 | + - {name: details-note, class: note} |
| 100 | + - {name: details-abstract, class: abstract} |
| 101 | + - {name: details-info, class: info} |
| 102 | + - {name: details-tip, class: tip} |
| 103 | + - {name: details-success, class: success} |
| 104 | + - {name: details-question, class: question} |
| 105 | + - {name: details-warning, class: warning} |
| 106 | + - {name: details-failure, class: failure} |
| 107 | + - {name: details-danger, class: danger} |
| 108 | + - {name: details-bug, class: bug} |
| 109 | + - {name: details-example, class: example} |
| 110 | + - {name: details-quote, class: quote} |
81 | 111 | pymdownx.blocks.tab: |
82 | 112 | alternate_style: true |
| 113 | + pymdownx.magiclink: # Among other things, enables GitHub shorthand references. |
| 114 | + provider: "github" |
| 115 | + user: "beeware" |
| 116 | + repo: "toga" |
| 117 | + repo_url_shortener: true |
| 118 | + repo_url_shorthand: true |
| 119 | + normalize_issue_symbols: true |
83 | 120 | pymdownx.snippets: |
84 | 121 | base_path: ["docs/en"] |
85 | 122 | url_download: true |
86 | 123 | check_paths: true |
| 124 | + # Python Markdown Extensions |
| 125 | + attr_list: {} |
| 126 | + smarty: # Enables easy em and en dashes. |
| 127 | + smart_quotes: false |
87 | 128 | toc: |
88 | 129 | permalink: true |
89 | 130 | title: On this page |
90 | | - attr_list: {} |
91 | 131 |
|
92 | 132 | plugins: |
93 | 133 | search: {} |
|
0 commit comments