From 4c3bfd2012316c6c62437c0a1eb5b57d93911c41 Mon Sep 17 00:00:00 2001 From: Dan Foreman-Mackey Date: Tue, 17 Oct 2023 15:04:51 -0400 Subject: [PATCH] Update the Read the Docs configuration (#485) * Update the Read the Docs configuration * Update .readthedocs.yaml --- readthedocs.yml => .readthedocs.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) rename readthedocs.yml => .readthedocs.yaml (66%) diff --git a/readthedocs.yml b/.readthedocs.yaml similarity index 66% rename from readthedocs.yml rename to .readthedocs.yaml index f0af67cf..065932d6 100644 --- a/readthedocs.yml +++ b/.readthedocs.yaml @@ -1,7 +1,13 @@ version: 2 +build: + os: ubuntu-20.04 + apt_packages: + - fonts-liberation + tools: + python: "3.10" + python: - version: 3.8 install: - requirements: docs/requirements.txt - method: pip