From 24d9b669312a7c4a8a2541a17d9a04ba12654ce3 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sat, 11 Apr 2020 19:32:08 -0700 Subject: [PATCH] Remove pdf stuff from snap as that was not part of my decision --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index fd156a1b..dc77af49 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -11,7 +11,7 @@ confinement: strict # use 'strict' once you have the right plugs and slots parts: my-part: source: https://phab.lubuntu.me/source/manual.git - build-packages: [python3-pip, python3-sphinx, latexmk, texlive, texlive-formats-extra, python3-sphinx-rtd-theme, python3-sphinx-bootstrap-theme] + build-packages: [python3-pip, python3-sphinx, latexmk, python3-sphinx-rtd-theme, python3-sphinx-bootstrap-theme] plugin: make make-parameters: [html] artifacts: [build/html/]