From e0957a37bb0baa1ae413c7df68816a974be2f7c2 Mon Sep 17 00:00:00 2001 From: "Pey Lian Lim (Github)" <2090236+pllim@users.noreply.github.com> Date: Tue, 10 May 2022 21:10:25 -0400 Subject: [PATCH] DOC: Update RTD env --- .readthedocs.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3d34451371..3112b64ccc 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,11 @@ version: 2 build: - image: latest + os: ubuntu-20.04 + apt_packages: + - graphviz + tools: + python: "3.9" sphinx: builder: html @@ -9,7 +13,6 @@ sphinx: fail_on_warning: true python: - version: 3.8 system_packages: false install: - method: pip @@ -17,4 +20,5 @@ python: extra_requirements: - docs +# Don't build any extra formats formats: []