Add plugins from vedem-doc
This commit is contained in:
parent
afdbe7071a
commit
d4beaa8167
2 changed files with 17 additions and 7 deletions
15
Pipfile
15
Pipfile
|
@ -6,13 +6,18 @@ verify_ssl = true
|
|||
[dev-packages]
|
||||
|
||||
[packages]
|
||||
mkdocs = "*"
|
||||
mkdocs-material = "*"
|
||||
mdx-truly-sane-lists = "*"
|
||||
pymdown-extensions = "*"
|
||||
ansicolors = "*"
|
||||
honcho = "*"
|
||||
pyinotify = "*"
|
||||
mdx-truly-sane-lists = "*"
|
||||
mkdocs = "*"
|
||||
mkdocs-awesome-pages-plugin = "*"
|
||||
mkdocs-gitbook = "*"
|
||||
mkdocs-include-markdown-plugin = "*"
|
||||
mkdocs-material = "*"
|
||||
mocodo = "*"
|
||||
pyinotify = "*"
|
||||
pymdown-extensions = "*"
|
||||
|
||||
|
||||
[requires]
|
||||
python_version = "3.9"
|
||||
|
|
|
@ -26,7 +26,9 @@ theme:
|
|||
accent: 'black'
|
||||
neutral: 'black'
|
||||
feature:
|
||||
tabs: false
|
||||
- navigation.tabs
|
||||
- navigation.tabs.sticky
|
||||
# tabs: false
|
||||
|
||||
i18n:
|
||||
prev: 'Chapitre précédent'
|
||||
|
@ -61,7 +63,10 @@ markdown_extensions:
|
|||
# pip install pymdown-extensions
|
||||
- pymdownx.superfences:
|
||||
|
||||
plugins: []
|
||||
# plugins: []
|
||||
plugins:
|
||||
- include-markdown
|
||||
- awesome-pages
|
||||
|
||||
extra:
|
||||
search:
|
||||
|
|
Loading…
Reference in a new issue