Skip to content

Commit d8238f9

Browse files
committed
fix requirements to use latest mkdocs and remove deprecated extension packge
1 parent 2375c2d commit d8238f9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
# Requirements for core
1212
jinja2
1313
markdown
14-
mkdocs==1.5.2 #after 10-3-2023 remove the pinned version to ensure we are always on the latest version of mkdocs
14+
mkdocs
1515
mkdocs-material
16-
mkdocs-material-extensions
17-
16+
# mkdocs-material-extensions
1817
# mkdocs-macros-plugin
1918
pygments
2019
pymdown-extensions

0 commit comments

Comments
 (0)