From e0ccc7360228b434095244397adbd44edc757ed5 Mon Sep 17 00:00:00 2001 From: Ben Sampson Date: Sat, 25 May 2024 21:45:54 -0700 Subject: [PATCH 1/2] Fix readthedocs yml --- .readthedocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d1a0926..31f8876 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,12 +5,17 @@ # Required version: 2 +# Set OS and Python version +build: + os: ubuntu-22.04 + tools: + python: "3.7" + # Build documentation in the docs/source directory with Sphinx sphinx: builder: html configuration: docs/source/conf.py python: - version: 3.7 install: - requirements: docs/requirements.txt \ No newline at end of file From c809eeda7d0301a7d62ec31532414d0f497254b3 Mon Sep 17 00:00:00 2001 From: Ben Sampson Date: Sat, 25 May 2024 21:46:25 -0700 Subject: [PATCH 2/2] rename --- .readthedocs.yml => .readthedocs.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .readthedocs.yml => .readthedocs.yaml (100%) diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 100% rename from .readthedocs.yml rename to .readthedocs.yaml