let pkgs = import {}; in pkgs.mkShell { name = "docs"; buildInput = with pkgs; [ mkdocs python3Packages.alabaster ]; }