remove other uneeded dependencies for html will make snap build faster and is not currently being used
This commit is contained in:
parent
ab39c2c223
commit
22872e30f6
@ -6,18 +6,18 @@ description: |
|
|||||||
This snap contains the Manual for Lubuntu which includes all of the default program as well as documentation for LXQt. See https://lubuntu.me for more info.
|
This snap contains the Manual for Lubuntu which includes all of the default program as well as documentation for LXQt. See https://lubuntu.me for more info.
|
||||||
|
|
||||||
grade: devel # must be 'stable' to release into candidate/stable channels
|
grade: devel # must be 'stable' to release into candidate/stable channels
|
||||||
confinement: strict # use 'strict' once you have the right plugs and slots
|
confinement: classic # use 'strict' once you have the right plugs and slots
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
my-part:
|
my-part:
|
||||||
source: https://phab.lubuntu.me/source/manual.git
|
source: https://phab.lubuntu.me/source/manual.git
|
||||||
build-packages: [python3-pip, python3-sphinx, latexmk, python3-sphinx-rtd-theme, python3-sphinx-bootstrap-theme]
|
build-packages: [python3-pip, python3-sphinx, python3-sphinx-rtd-theme, python3-sphinx-bootstrap-theme]
|
||||||
plugin: make
|
plugin: make
|
||||||
make-parameters: [html]
|
make-parameters: [html]
|
||||||
artifacts: [build/html/]
|
artifacts: [build/html/]
|
||||||
apps:
|
apps:
|
||||||
lubuntu-manual:
|
lubuntu-manual:
|
||||||
command: xdg-open /snap/lubuntu-manual/current/build/html/index.html
|
command: /usr/bin/xdg-open /snap/lubuntu-manual/current/build/html/index.html
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user