From a63ebf6a77eca738e9f4ec89ce4a01d9d586dfb2 Mon Sep 17 00:00:00 2001 From: Kirill Date: Thu, 12 Oct 2017 11:17:24 +0300 Subject: [PATCH] Change required documentation theme to sphinx_guzzle_theme from #30334 --- pkgs/tools/backup/borg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/backup/borg/default.nix b/pkgs/tools/backup/borg/default.nix index 4368218ae7b..4ff61d1ac95 100644 --- a/pkgs/tools/backup/borg/default.nix +++ b/pkgs/tools/backup/borg/default.nix @@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec { nativeBuildInputs = with python3Packages; [ # For building documentation: - sphinx sphinx_rtd_theme + sphinx guzzle_sphinx_theme ]; buildInputs = [ acl lz4 openssl python3Packages.setuptools_scm