File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed
Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 1- mkdocs-with-pdf
2- mkdocs-material
3- mdx_gh_links
4- mkdocs-pdf-export-plugin
5- mkdocstrings-python
6- mkdocs-video
7- mkdocs-redirects
8- mkdocs-enumerate-headings-plugin
9- mkdocs-git-revision-date-localized-plugin
10- # needed for the create-uuid.py helper script
11- shortuuid
12- # Needed for mkdocstrings python documentation generator
13- black
1+ # requirements.txt
2+ mkdocs == 1.6.0
3+ mkdocs-material == 9.6.10
4+ mkdocs-video == 1.5.0
5+ mkdocs-redirects == 1.2.1
6+ mkdocs-enumerate-headings-plugin == 0.6.1
7+ mkdocs-git-revision-date-localized-plugin == 1.2.5
8+ mkdocstrings-python == 1.10.5
9+ shortuuid == 1.0.13
10+ black == 24.8.0
11+
12+ # Choose ONE of the following lines (uncomment ONE only):
13+ mkdocs-with-pdf == 0.9.3
14+ # mkdocs-pdf-export-plugin==0.5.10
You can’t perform that action at this time.
0 commit comments