From 94987e59cd97dbb977b906c4dbc308d263c70ede Mon Sep 17 00:00:00 2001 From: firelight flagboy Date: Fri, 12 May 2023 15:30:24 +0200 Subject: [PATCH] Disable pdfs generation on read the docs Read the docs doesn't support multiple pdfs generation for the moment. See . --- .readthedocs.yml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d1b477166a3..c1d79b9b787 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -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