Enable pymdownx.magiclink to get automatic links for URLs in the Markdown docs

This commit is contained in:
Yannick Jadoul
2020-05-04 00:32:18 +02:00
parent 783dedad22
commit 328a6714e9
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -28,6 +28,8 @@ markdown_extensions:
permalink: True permalink: True
- attr_list - attr_list
- admonition - admonition
- pymdownx.magiclink:
repo_url_shortener: True
plugins: plugins:
- importmarkdown - importmarkdown
+1
View File
@@ -2,6 +2,7 @@
-e ./docs/mkdocs_include_markdown_plugin -e ./docs/mkdocs_include_markdown_plugin
pytest pytest
mkdocs==1.0.4 mkdocs==1.0.4
pymdown-extensions
pip-tools pip-tools
requests requests
click click