From 5960784918284e3862cf8d6139c9925c3fc5148b Mon Sep 17 00:00:00 2001 From: Ian Hunt-Isaak Date: Fri, 12 Jan 2024 15:12:06 -0500 Subject: [PATCH 1/2] fix rtd config --- .readthedocs.yaml | 17 +++++++++++++++++ readthedocs.yml | 12 ------------ 2 files changed, 17 insertions(+), 12 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..91c94c2 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +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: + install: + - method: pip + path: . + extra_requirements: + - doc + +sphinx: + configuration: docs/conf.py \ No newline at end of file diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index 4079af7..0000000 --- a/readthedocs.yml +++ /dev/null @@ -1,12 +0,0 @@ -version: 2 -python: - version: 3.8 - install: - - method: pip - path: . - extra_requirements: - - doc - -# Build documentation in the docs/ directory with Sphinx -sphinx: - configuration: docs/conf.py From a069d1fc8cd34e89004c9e5581a9671f6729f312 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 20:24:39 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 91c94c2..22f69b0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,4 +14,4 @@ python: - doc sphinx: - configuration: docs/conf.py \ No newline at end of file + configuration: docs/conf.py