docs: pinned requirements versions

This commit is contained in:
iwilltry42 2021-09-08 10:50:02 +02:00
parent c146adf0bb
commit 95416f079b
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
2 changed files with 10 additions and 8 deletions

View File

@ -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

View File

@ -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