From 66f81d3f93fd48bef18dba63c34c50ebbbc4311b Mon Sep 17 00:00:00 2001 From: Ian Hunt-Isaak <ianhuntisaak@gmail.com> Date: Fri, 12 Jan 2024 15:26:17 -0500 Subject: [PATCH] fix rtd config (#18) * fix rtd config * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- readthedocs.yml => .readthedocs.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) rename readthedocs.yml => .readthedocs.yaml (56%) diff --git a/readthedocs.yml b/.readthedocs.yaml similarity index 56% rename from readthedocs.yml rename to .readthedocs.yaml index 4079af7..22f69b0 100644 --- a/readthedocs.yml +++ b/.readthedocs.yaml @@ -1,12 +1,17 @@ version: 2 + +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.12" + python: - version: 3.8 install: - method: pip path: . extra_requirements: - doc -# Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py