From b8768bd6e7056dd02836b10170f3da0ce763d43c Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 24 Jan 2024 17:17:52 -0800 Subject: [PATCH] docs: allow pdf download of api ref (#16550) https://docs.readthedocs.io/en/stable/config-file/v2.html#formats --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9b5eb5beb11..aad4d18ea4c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,6 +4,9 @@ # Required version: 2 +formats: + - pdf + # Set the version of Python and other tools you might need build: os: ubuntu-22.04