-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocs-requirement.txt
15 lines (15 loc) · 1.19 KB
/
docs-requirement.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mkdocs==1.3.0 # static site generator for documentation in Markdown
mkdocs-material==7.1.5 # Material support for MkDocs
mkdocs-minify-plugin==0.4.0 # strips whitespaces in HTML markdown documentation pages
mkdocs-git-revision-date-localized-plugin==0.9.2 # displays the date of the last git modification of a markdown page
mkdocs-git-authors-plugin==0.3.3 # displays git authors of a markdown page
mkdocs-table-reader-plugin==0.5 # enables automatic CSV imports as a table into a markdown page
mkdocs-img2fig-plugin==0.9.3 # converts markdown encoded images to HTML figures
mknotebooks==0.7.0 # enables inclusion of Jupyter notebook in markdown page
mkdocs-awesome-pages-plugin==2.5.0 # enables naive configuration of page titles and their order
mkdocs-enumerate-headings-plugin==0.4.4 # enumerates headings across markdown pages
mkdocs-print-site-plugin==1.2.3 # allows visiters to File > Print > Save as PDF entire markdown documentation
mkgendocs==0.8.1 # generate MkDocs pages from Google-style docstrings of Python functions
mkdocstrings
mistune>=2.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability