From 465595441adf2a31d83e2925899bffc78c7bd727 Mon Sep 17 00:00:00 2001 From: Qian Luo Date: Wed, 21 Jun 2023 15:59:56 -0700 Subject: [PATCH] added required file for building read the docs --- src/main/restructured/.readthedocs.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/main/restructured/.readthedocs.yaml diff --git a/src/main/restructured/.readthedocs.yaml b/src/main/restructured/.readthedocs.yaml new file mode 100644 index 0000000..e6a1abf --- /dev/null +++ b/src/main/restructured/.readthedocs.yaml @@ -0,0 +1,12 @@ +# Required +version: 2 + +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: conf.py \ No newline at end of file