From 47d196092681652879b78d6d6d354a080baac778 Mon Sep 17 00:00:00 2001 From: Han Wang Date: Sun, 21 Jan 2024 05:47:03 +0000 Subject: [PATCH] update --- .readthedocs.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..61dc1129 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,17 @@ +version: 2 + +# Set the version of Python and other tools you might need +build: + os: ubuntu-20.04 + tools: + python: "3.10" + jobs: + pre_install: + - pip install -U pip + +sphinx: + configuration: docs/conf.py + +python: + install: + - requirements: requirements.txt