From 0012f4e67d37bbe9f0d6f00c5d01dbbc55da1fdc Mon Sep 17 00:00:00 2001 From: Cyril Dangerville <1372580+cdanger@users.noreply.github.com> Date: Wed, 7 Feb 2024 02:42:40 +0100 Subject: [PATCH] Added formats in .readthedocs.yaml --- .readthedocs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 43ebc86..6a06f9b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,6 +4,9 @@ # Required version: 2 +# Formats +formats: all + # Set the OS, Python version and other tools you might need build: os: ubuntu-22.04 @@ -32,4 +35,4 @@ sphinx: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: doc/requirements.txt \ No newline at end of file + - requirements: doc/requirements.txt