Skip to content

Commit e643795

Browse files
Disable pdfs generation on read the docs
Read the docs doesn't support multiple pdfs generation for the moment. See <readthedocs/readthedocs.org#2045>.
1 parent f3c2059 commit e643795

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.readthedocs.yml

+4-13
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,12 @@ build:
99
os: ubuntu-22.04
1010
tools:
1111
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
2312

13+
# Note: Read the docs does not support multiple pdfs generation
14+
# See https://github.com/readthedocs/readthedocs.org/issues/2045
2415
# Build our docs in additional formats such as PDF
25-
formats:
26-
- pdf
16+
# formats:
17+
# - pdf
2718

2819
sphinx:
2920
configuration: docs/conf.py

0 commit comments

Comments
 (0)