From 0d279f0cc34ff87aae49696544a780820f95223b Mon Sep 17 00:00:00 2001 From: Alex Zvoleff Date: Thu, 7 Jul 2022 16:52:50 -0400 Subject: [PATCH] Add formats to readthedocs --- .readthedocs.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fb225fdb7..93ded3cbe 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,9 @@ version: 2 +formats: + - pdf + - epub + build: os: ubuntu-22.04 tools: @@ -9,8 +13,8 @@ build: - python -m invoke rtd-pre-build sphinx: - configuration: docs/source/conf.py + configuration: docs/source/conf.py python: - install: - - requirements: requirements-dev.txt \ No newline at end of file + install: + - requirements: requirements-dev.txt