fix build on macos
This commit is contained in:
committed by
Johannes Kirschbauer
parent
43102906aa
commit
30663d563d
@@ -9,9 +9,6 @@ pkgs.stdenv.mkDerivation {
|
||||
++ (with pkgs.python3Packages; [
|
||||
mkdocs
|
||||
mkdocs-material
|
||||
mkdocs-drawio-exporter
|
||||
mkdocs-swagger-ui-tag
|
||||
plantuml-markdown
|
||||
]);
|
||||
|
||||
buildPhase = ''
|
||||
|
||||
@@ -17,7 +17,6 @@ markdown_extensions:
|
||||
- pymdownx.highlight:
|
||||
use_pygments: true
|
||||
- pymdownx.superfences
|
||||
- plantuml_markdown
|
||||
- toc:
|
||||
title: On this page
|
||||
|
||||
|
||||
Reference in New Issue
Block a user