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; [
|
++ (with pkgs.python3Packages; [
|
||||||
mkdocs
|
mkdocs
|
||||||
mkdocs-material
|
mkdocs-material
|
||||||
mkdocs-drawio-exporter
|
|
||||||
mkdocs-swagger-ui-tag
|
|
||||||
plantuml-markdown
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ markdown_extensions:
|
|||||||
- pymdownx.highlight:
|
- pymdownx.highlight:
|
||||||
use_pygments: true
|
use_pygments: true
|
||||||
- pymdownx.superfences
|
- pymdownx.superfences
|
||||||
- plantuml_markdown
|
|
||||||
- toc:
|
- toc:
|
||||||
title: On this page
|
title: On this page
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user