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]
|
[dev-packages]
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
mkdocs = "*"
|
ansicolors = "*"
|
||||||
mkdocs-material = "*"
|
|
||||||
mdx-truly-sane-lists = "*"
|
|
||||||
pymdown-extensions = "*"
|
|
||||||
honcho = "*"
|
honcho = "*"
|
||||||
pyinotify = "*"
|
mdx-truly-sane-lists = "*"
|
||||||
|
mkdocs = "*"
|
||||||
|
mkdocs-awesome-pages-plugin = "*"
|
||||||
mkdocs-gitbook = "*"
|
mkdocs-gitbook = "*"
|
||||||
|
mkdocs-include-markdown-plugin = "*"
|
||||||
|
mkdocs-material = "*"
|
||||||
|
mocodo = "*"
|
||||||
|
pyinotify = "*"
|
||||||
|
pymdown-extensions = "*"
|
||||||
|
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.9"
|
python_version = "3.9"
|
||||||
|
|
|
@ -26,7 +26,9 @@ theme:
|
||||||
accent: 'black'
|
accent: 'black'
|
||||||
neutral: 'black'
|
neutral: 'black'
|
||||||
feature:
|
feature:
|
||||||
tabs: false
|
- navigation.tabs
|
||||||
|
- navigation.tabs.sticky
|
||||||
|
# tabs: false
|
||||||
|
|
||||||
i18n:
|
i18n:
|
||||||
prev: 'Chapitre précédent'
|
prev: 'Chapitre précédent'
|
||||||
|
@ -61,7 +63,10 @@ markdown_extensions:
|
||||||
# pip install pymdown-extensions
|
# pip install pymdown-extensions
|
||||||
- pymdownx.superfences:
|
- pymdownx.superfences:
|
||||||
|
|
||||||
plugins: []
|
# plugins: []
|
||||||
|
plugins:
|
||||||
|
- include-markdown
|
||||||
|
- awesome-pages
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
search:
|
search:
|
||||||
|
|
Loading…
Reference in a new issue