File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,3 @@ FROM squidfunk/mkdocs-material
3
3
# https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
4
4
RUN pip install mkdocs-awesome-pages-plugin
5
5
RUN pip install mkdocs-git-revision-date-localized-plugin
6
- RUN pip install mkdocs-git-authors-plugin
Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ markdown_extensions:
91
91
anchor_linenums : true
92
92
line_spans : __span
93
93
pygments_lang_class : true
94
- use_pygments : true
95
94
- pymdownx.inlinehilite
96
95
- pymdownx.keys
97
96
- pymdownx.magiclink :
@@ -101,9 +100,7 @@ markdown_extensions:
101
100
repo : scm-engine
102
101
- pymdownx.mark
103
102
- pymdownx.smartsymbols
104
- - pymdownx.snippets :
105
- auto_append :
106
- - includes/mkdocs.md
103
+ - pymdownx.snippets
107
104
- pymdownx.superfences :
108
105
custom_fences :
109
106
- name : mermaid
You can’t perform that action at this time.
0 commit comments