mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
7d84bf5b44
ubuntu's pip stuff is preventing me from doing a basic user install and I've had trouble in the past with the svg related deps. Let's just switch to using a docker based version of mkdocs.
3 lines
114 B
Docker
3 lines
114 B
Docker
FROM squidfunk/mkdocs-material
|
|
RUN pip install mkdocs-macros-plugin mkdocs-include-markdown-plugin mkdocs-exclude
|