Browse Source

Update .readthedocs.yaml

Signed-off-by: AllData科学护城河作者 <m13602574132@163.com>
AllData科学护城河作者 1 year ago
parent
commit
7536bec231
1 changed files with 4 additions and 3 deletions
  1. 4 3
      document/.readthedocs.yaml

+ 4 - 3
document/.readthedocs.yaml

@@ -9,14 +9,15 @@ version: 2
 build:
   os: ubuntu-22.04
   tools:
-    python: "3.11"
+    python: "3.7"
 
 # Build documentation in the docs/ directory with Sphinx
 sphinx:
-  configuration: source/conf.py
+  builder: html
+  configuration: document/source/conf.py
 
 # We recommend specifying your dependencies to enable reproducible builds:
 # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
 python:
    install:
-   - requirements: source/requirements.txt
+   - requirements: document/source/requirements.txt