From 507e5dfef221b113d55b4155b1b4f59d867605fa Mon Sep 17 00:00:00 2001 From: kat Date: Sat, 11 Nov 2023 16:59:30 -0500 Subject: [PATCH] Fix doc build? --- .readthedocs.yaml | 11 +++++++++++ .readthedocs.yml | 7 ------- 2 files changed, 11 insertions(+), 7 deletions(-) create mode 100644 .readthedocs.yaml delete mode 100644 .readthedocs.yml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..b9f99c1 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,11 @@ +version: 2 +sphinx: + configuration: docs/source/conf.py +build: + os: ubuntu-22.04 + tools: + python: "3.8" + +python: + install: + - requirements: docs/requirements.txt \ No newline at end of file diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index c8f7295..0000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,7 +0,0 @@ -version: 2 -sphinx: - configuration: docs/source/conf.py -python: - version: "3.7" - install: - - requirements: docs/requirements.txt