From 1f36bfb8ce4ab969e798ec10a5ac31e09ce25b9b Mon Sep 17 00:00:00 2001 From: Shaowen Yin Date: Sun, 30 Jun 2024 20:27:17 +0800 Subject: [PATCH] docs: add .readthedocs.yaml (#850) --- .readthedocs.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..b7e3127db --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,16 @@ +# Required +version: 2 + +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + # You can also specify other tool versions: + # nodejs: "20" + # rust: "1.70" + # golang: "1.20" + +# Build documentation in the "docs/" directory with Sphinx +sphinx: + configuration: docs/conf.py