We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb5a32 commit f63ada7Copy full SHA for f63ada7
1 file changed
.readthedocs.yaml
@@ -6,24 +6,9 @@ build:
6
os: ubuntu-lts-latest
7
tools:
8
python: "3.9"
9
- apt_packages:
10
- # chromium-browser is required by Kaleido to generate Plotly figures via fig.write_image()
11
- - chromium-browser
12
- # The following dependencies are suggested by choreographer (a dependency of Kaleido)
13
- # see: https://github.com/plotly/choreographer/blob/main/choreographer/browsers/_errors.py
14
- - libnss3
15
- - libatk-bridge2.0-0
16
- - libcups2
17
- - libxcomposite1
18
- - libxdamage1
19
- - libxfixes3
20
- - libxrandr2
21
- - libgbm1
22
- - libxkbcommon0
23
- - libpango-1.0-0
24
- - libcairo2
25
- - libasound2
26
-
+ jobs:
+ post_install:
+ - kaleido_get_chrome
27
28
python:
29
install:
0 commit comments