Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0647c84

Browse files
committed
Update mkdocs package versions
Notable updates: mkdocs updated to 1.5.3 mkdocs-material updated to 9.5.6 pymdown-extensions updated to 10.4 You should delete your local virtualenv and re-create it from the new requirements.txt.
1 parent dd2ec8b commit 0647c84

File tree

3 files changed

+33
-23
lines changed

3 files changed

+33
-23
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This repository contains the Asterisk Documentation project.
44

5+
# Recent Changes
6+
7+
The packages used to create the documentation were upgraded on February 2 2024. While there are no breaking changes, some new capabilities were added that, if used going forward, won't render correctly with the older versions. So, if you build documentation locally, you should delete your local virtualenv and re-create it using the new requirements.txt file. The new features will be documented separately.
8+
59
# Static Documentation
610

711
The static documentation contained in the ./docs/ directory is written directly in markdown. The publish process uses [mkdocs](https://www.mkdocs.org) and [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) to generate the HTML web site. The directory structure is fairly straightforward so if you wish to contribute, you should fork this repository and submit pull requests against files in that directory.

mkdocs.yml

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ repo_name: Asterisk
55
copyright: >
66
Content is licensed under a Creative Commons Attribution-ShareAlike 3.0 United States License.
77
8+
validation:
9+
absolute_links: ignore
10+
unrecognized_links: ignore
11+
12+
813
theme:
914
name: material
1015
favicon: favicon.ico
@@ -85,34 +90,34 @@ markdown_extensions:
8590
- def_list
8691
- footnotes
8792
- md_in_html
93+
- tables
94+
- toc:
95+
permalink: true
96+
- pymdownx.betterem
97+
- pymdownx.blocks.admonition
98+
- pymdownx.caret
99+
- pymdownx.critic
100+
- pymdownx.details
101+
- pymdownx.emoji:
102+
emoji_index: !!python/name:material.extensions.emoji.twemoji
103+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
88104
- pymdownx.highlight:
89105
anchor_linenums: true
90106
line_spans: __span
91107
pygments_lang_class: true
92108
- pymdownx.inlinehilite
109+
- pymdownx.keys
110+
- pymdownx.mark
111+
- pymdownx.saneheaders
112+
- pymdownx.smartsymbols
93113
- pymdownx.snippets
94114
- pymdownx.superfences:
95115
custom_fences:
96116
- name: mermaid
97117
class: mermaid
98118
format: !!python/name:pymdownx.superfences.fence_code_format
99-
- footnotes
100-
- tables
101-
- pymdownx.critic
102-
- pymdownx.caret
103-
- pymdownx.keys
104-
- pymdownx.mark
105-
- pymdownx.tilde
106-
- pymdownx.emoji:
107-
emoji_index: !!python/name:materialx.emoji.twemoji
108-
emoji_generator: !!python/name:materialx.emoji.to_svg
109-
- pymdownx.snippets
110-
- pymdownx.details
111-
- pymdownx.betterem
112-
- pymdownx.smartsymbols
113119
- pymdownx.tabbed:
114120
alternate_style: true
115-
- toc:
116-
permalink: true
121+
- pymdownx.tilde
117122

118123

requirements.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
mkdocs==1.4.3
2-
mkdocs-git-revision-date-localized-plugin==1.2.0
3-
mkdocs-material==9.2.0b0
4-
mkdocs-material-extensions==1.1.1
5-
mkdocs-table-reader-plugin==2.0.1
6-
mkdocs-awesome-pages-plugin==2.9.1
7-
mkdocs-minify-plugin==0.7.0
1+
mkdocs==1.5.3
2+
mkdocs-awesome-pages-plugin==2.9.2
3+
mkdocs-git-revision-date-localized-plugin==1.2.2
4+
mkdocs-material==9.5.6
5+
mkdocs-material-extensions==1.3.1
6+
mkdocs-minify-plugin==0.8.0
7+
mkdocs-table-reader-plugin==2.1.0
88
lxml==4.9.3
9+
pymdown-extensions==10.4

0 commit comments

Comments
 (0)