docs: pinned requirements versions
This commit is contained in:
parent
c146adf0bb
commit
95416f079b
@ -1,8 +1,9 @@
|
||||
mkdocs
|
||||
mkdocs-material
|
||||
pymdown-extensions
|
||||
mkdocs-git-revision-date-localized-plugin
|
||||
mkdocs-awesome-pages-plugin
|
||||
mdx_truly_sane_lists
|
||||
mkdocs-include-markdown-plugin # https://github.com/mondeja/mkdocs-include-markdown-plugin
|
||||
mike # versioned docs: https://github.com/jimporter/mike
|
||||
mkdocs==1.2.2
|
||||
mkdocs-material==7.2.6
|
||||
pymdown-extensions==8.2
|
||||
mkdocs-git-revision-date-localized-plugin==0.9.3
|
||||
mkdocs-awesome-pages-plugin==2.5.0
|
||||
mdx_truly_sane_lists==1.2 # https://github.com/radude/mdx_truly_sane_lists
|
||||
mkdocs-include-markdown-plugin==3.2.2 # https://github.com/mondeja/mkdocs-include-markdown-plugin
|
||||
mike==1.1.0 # versioned docs: https://github.com/jimporter/mike
|
||||
mkdocs-git-authors-plugin==0.4.1 # display git authors: https://github.com/timvink/mkdocs-git-authors-plugin
|
||||
|
||||
@ -76,6 +76,7 @@ plugins:
|
||||
css_dir: static/css # the directory to put the version selector's CSS
|
||||
javascript_dir: static/js # the directory to put the version selector's JS
|
||||
canonical_version: null # the version for <link rel="canonical">; `null` uses the version specified via `mike deploy`
|
||||
- git-authors # show page authors: https://github.com/timvink/mkdocs-git-authors-plugin
|
||||
|
||||
# Other Settings
|
||||
strict: true # halt processing when a warning is raised
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user