mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
convert images when needed
This commit is contained in:
parent
45c03528ca
commit
db97de58e9
2 changed files with 2 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Install System Deps
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y enchant git gcc make zlib1g-dev libc-dev libffi-dev g++ libxml2 libxml2-dev libxslt-dev libcurl4-openssl-dev libssl-dev libgnutls28-dev xz-utils
|
||||
apt-get install -y enchant git gcc imagemagick make zlib1g-dev libc-dev libffi-dev g++ libxml2 libxml2-dev libxslt-dev libcurl4-openssl-dev libssl-dev libgnutls28-dev xz-utils
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
|
@ -330,6 +330,7 @@ extensions = [
|
|||
"sphinx.ext.napoleon",
|
||||
"sphinx.ext.autosummary",
|
||||
"sphinx.ext.extlinks",
|
||||
"sphinx.ext.imgconverter",
|
||||
"sphinx.ext.intersphinx",
|
||||
"httpdomain",
|
||||
"youtube",
|
||||
|
|
Loading…
Add table
Reference in a new issue