Skip to content

Commit 97d942d

Browse files
committed
ci: cleanup config
1 parent 2cc5bd5 commit 97d942d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Dockerfile.docs

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ FROM squidfunk/mkdocs-material
33
# https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
44
RUN pip install mkdocs-awesome-pages-plugin
55
RUN pip install mkdocs-git-revision-date-localized-plugin
6-
RUN pip install mkdocs-git-authors-plugin

mkdocs.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ markdown_extensions:
9191
anchor_linenums: true
9292
line_spans: __span
9393
pygments_lang_class: true
94-
use_pygments: true
9594
- pymdownx.inlinehilite
9695
- pymdownx.keys
9796
- pymdownx.magiclink:
@@ -101,9 +100,7 @@ markdown_extensions:
101100
repo: scm-engine
102101
- pymdownx.mark
103102
- pymdownx.smartsymbols
104-
- pymdownx.snippets:
105-
auto_append:
106-
- includes/mkdocs.md
103+
- pymdownx.snippets
107104
- pymdownx.superfences:
108105
custom_fences:
109106
- name: mermaid

0 commit comments

Comments
 (0)