Skip to content

Commit

Permalink
Disable pdfs generation on read the docs
Browse files Browse the repository at this point in the history
Read the docs doesn't support multiple pdfs generation for the moment.
See <readthedocs/readthedocs.org#2045>.
  • Loading branch information
FirelightFlagboy committed May 12, 2023
1 parent f3c2059 commit 94987e5
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,12 @@ build:
os: ubuntu-22.04
tools:
python: "3.9"
# Must be the same list as defined in `docs/Dockerfile`.
# (You can exclude `make`, `python3{,-pip}` & `latexmk` since they're already present)
apt_packages:
- fonts-roboto
- fonts-firacode
- imagemagick
- librsvg2-bin
- texlive-luatex
- texlive-latex-base
- texlive-latex-recommended
- texlive-latex-extra

# Note: Read the docs does not support multiple pdfs generation
# See https://github.com/readthedocs/readthedocs.org/issues/2045
# Build our docs in additional formats such as PDF
formats:
- pdf
# formats:
# - pdf

sphinx:
configuration: docs/conf.py
Expand Down

0 comments on commit 94987e5

Please sign in to comment.