diff options
| author | hathach <[email protected]> | 2023-05-10 15:32:39 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-05-10 15:32:39 +0700 |
| commit | 137d51688225915e8251a55a5dad6d9f41963036 (patch) | |
| tree | d6a93c33a888e0a1ae8c8733e32b7f5b7acc85aa | |
| parent | 1e91fc97e2f99c26e672a2c4ad76bcb6af529c28 (diff) | |
try to fix build doc
| -rw-r--r-- | .readthedocs.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1421b397a..e26b1f475 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,11 +4,18 @@ 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: docs/conf.py +# Optionally declare the Python requirements required to build your docs python: - version: 3.8 install: - requirements: docs/requirements.txt |
