We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c2059 commit e643795Copy full SHA for e643795
.readthedocs.yml
@@ -9,21 +9,12 @@ build:
9
os: ubuntu-22.04
10
tools:
11
python: "3.9"
12
- # Must be the same list as defined in `docs/Dockerfile`.
13
- # (You can exclude `make`, `python3{,-pip}` & `latexmk` since they're already present)
14
- apt_packages:
15
- - fonts-roboto
16
- - fonts-firacode
17
- - imagemagick
18
- - librsvg2-bin
19
- - texlive-luatex
20
- - texlive-latex-base
21
- - texlive-latex-recommended
22
- - texlive-latex-extra
23
+# Note: Read the docs does not support multiple pdfs generation
+# See https://github.com/readthedocs/readthedocs.org/issues/2045
24
# Build our docs in additional formats such as PDF
25
-formats:
26
- - pdf
+# formats:
+# - pdf
27
28
sphinx:
29
configuration: docs/conf.py
0 commit comments