From 2c191d0e098f1f96c4e78be12974277e073744ce Mon Sep 17 00:00:00 2001 From: stringertheory Date: Sat, 3 Feb 2024 21:54:58 -0600 Subject: [PATCH] trying to get readthedocs back going --- .readthedocs.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..4e8fc36 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + jobs: + post_install: + - pip install poetry + - poetry config virtualenvs.create false + - poetry install --only docs + +sphinx: + configuration: docs/conf.py + # fail_on_warning: true